Bug fixes from Wayne's feedback. typos, tune outside jail, and coin flip hidden.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user