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)