Bug fixes from Wayne's feedback. typos, tune outside jail, and coin flip hidden.

This commit is contained in:
Bryce Covert
2016-06-24 17:30:38 -07:00
parent 361d92f85f
commit 68021b05e2
3 changed files with 15 additions and 4 deletions

View File

@@ -324,7 +324,14 @@ void main ()
(actions/talk entities :ego "Better not hum it with Gandarf around!")
(actions/talk entities :wizard "What's that, boy?")
(actions/talk entities :ego "Oh... Erm... Nothing."))
(get-in @entities [:room :entities :warden])
(= :space
(get-in @entities [:state :last-room]))
(actions/talk entities :ego "No time for that!")
(= :inside-jail
(get-in @entities [:state :last-room]))
(do
(actions/talk entities :ego "I'll whistle it really quietly.")
(actions/play-safe entities)