inventory item for song.
This commit is contained in:
@@ -314,6 +314,17 @@ void main ()
|
||||
|
||||
:camera
|
||||
(common/one-liner "It's some sort of magical device that captures images.")
|
||||
|
||||
:tune
|
||||
(actions/get-script entities
|
||||
(if (get-in @entities [:room :entities :wizard])
|
||||
(do
|
||||
(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."))
|
||||
(do
|
||||
(actions/talk entities :ego "Ugh! I have Gandarf's MagicSafe 2000 tune stuck in my head.")
|
||||
(actions/play-safe entities))))
|
||||
|
||||
:alarm-clock
|
||||
(common/one-liner "It's a magic device that tells the time.")
|
||||
|
||||
Reference in New Issue
Block a user