minor fix for big problem.

This commit is contained in:
Bryce Covert
2016-06-16 17:03:29 -07:00
parent 8358870f20
commit 061fe9e8e9

View File

@@ -275,7 +275,8 @@ void main ()
(get-in @entities [:state :last-room]))
(actions/talk entities :ego "No time for that!")
(get-in @entities [:room :entities :warden])
(= :inside-jail
(get-in @entities [:state :last-room]))
(do
(actions/talk entities :ego "I'll just take a sip!")
(actions/play-animation entities :ego :grow :stop? false)