minor tweaks.
This commit is contained in:
@@ -169,8 +169,7 @@
|
||||
(actions/update-entities entities #(assoc-in % [:room :entities :axe :opacity] 1.0))
|
||||
(actions/give entities :broken-clock)
|
||||
(actions/walk-straight-to entities :ego [170 71]))
|
||||
(actions/talk entities :ego "No reason to chop that!"))
|
||||
)
|
||||
(actions/talk entities :ego "No reason to chop that!")))
|
||||
:sword (actions/get-script entities (actions/talk entities :ego "I can just use the axe."))
|
||||
:default (actions/get-script entities (actions/talk entities :ego "No reason to chop that!"))
|
||||
:frog-legs (actions/get-script entities (actions/talk entities :ego "They're already chopped up!"))
|
||||
|
||||
Reference in New Issue
Block a user