Handle new failed move message

This commit is contained in:
Matt Wagner 2021-09-29 15:42:52 -07:00
parent f5b8e6c04a
commit f119dfb5a1

View File

@ -36,6 +36,10 @@
"pattern": "^In your dreams, or what\\?$", "pattern": "^In your dreams, or what\\?$",
"type": "regex" "type": "regex"
}, },
{
"pattern": "^You are too exhausted.$",
"type": "regex"
},
{ {
"pattern": "^That room is private right now.$", "pattern": "^That room is private right now.$",
"type": "regex" "type": "regex"