false prison solution.
This commit is contained in:
@@ -503,6 +503,16 @@ void main()
|
||||
(get-in @entities [:room :blergh]))
|
||||
(drink-blergh entities)
|
||||
|
||||
(get-in @entities [:room :entities :warden])
|
||||
(do
|
||||
(actions/talk entities :ego "I'll just take a sip!")
|
||||
(sound! (sound "ego/potion.ogg") :play (utils/current-sound-volume))
|
||||
(actions/play-animation entities :ego :grow :stop? false)
|
||||
(actions/talk entities :warden "Huh? What was that?!")
|
||||
(Thread/sleep 1000)
|
||||
(actions/talk entities :warden "Hey, get back in jail!")
|
||||
(common/go-to-jail entities))
|
||||
|
||||
(get-in @entities [:room :blergh])
|
||||
(actions/talk entities :ego "There's no time!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user