From 061fe9e8e99a7c2142e6b302bfd5e7344cdab614 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 16 Jun 2016 17:03:29 -0700 Subject: [PATCH] minor fix for big problem. --- desktop/src-common/advent/screens/scene.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index bcb05bb6..be04985f 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -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)