a couple more strength potion timing tweaks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user