false prison solution.
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
+ descriptions for all items when used on self.
|
+ descriptions for all items when used on self.
|
||||||
+ revamp text
|
+ revamp text
|
||||||
+ alternate solutions to puzzle in jail (strength potion etc)
|
+ alternate solutions to puzzle in jail (strength potion etc)
|
||||||
+ have warden wake up when you drop the cannonball
|
|
||||||
+ Opening should include dialogue tree
|
+ Opening should include dialogue tree
|
||||||
|
|
||||||
+ fire mints "Specialty fire mints, hand delivered by Gandarf!"
|
+ fire mints "Specialty fire mints, hand delivered by Gandarf!"
|
||||||
|
|||||||
@@ -503,6 +503,16 @@ void main()
|
|||||||
(get-in @entities [:room :blergh]))
|
(get-in @entities [:room :blergh]))
|
||||||
(drink-blergh entities)
|
(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])
|
(get-in @entities [:room :blergh])
|
||||||
(actions/talk entities :ego "There's no time!")
|
(actions/talk entities :ego "There's no time!")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user