diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 52789ecb..fbe10c61 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -270,6 +270,10 @@ void main () (get-in @entities [:state :last-room])) (common/do-win entities) + (= :space + (get-in @entities [:state :last-room])) + (actions/talk entities :ego "No time for that!") + (get-in @entities [:room :entities :warden]) (do (actions/talk entities :ego "I'll just take a sip!") @@ -281,8 +285,7 @@ void main () :else (do - (actions/talk entities :ego "I'll just take a sip!") - (actions/play-animation entities :ego :grow :stop? false)))) + (actions/talk entities :ego "I'd better save this strength potion for just the right moment!")))) :recipe (actions/get-script entities