From 3abff89d5e18c6e862d44809ccb9ee0fc557426a Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 15 Jan 2016 20:46:40 -0800 Subject: [PATCH] a couple more strength potion timing tweaks. --- desktop/src-common/advent/screens/scene.clj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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