tweaks.
This commit is contained in:
@@ -458,6 +458,7 @@
|
||||
:x 209 :y 160 :baseline 240
|
||||
:anim monocle
|
||||
:anim-start 0
|
||||
:night-profile :none
|
||||
:script (actions/get-script entities
|
||||
(actions/walk-to entities :ego [213 87] :face :left)
|
||||
(actions/talk entities :ego "There's something up there on the roof!"))
|
||||
@@ -483,7 +484,7 @@
|
||||
entities)
|
||||
(if (and (not (actions/has-item? entities :walkie-talkies))
|
||||
(actions/has-obtained? entities :walkie-talkies))
|
||||
(update-in entities [:room :entities] dissoc :walkie-talkie)
|
||||
entities
|
||||
(update-in entities [:room :entities] dissoc :walkie-talkie))
|
||||
(if (#{:night :sunrise} (get-in entities [:state :time]))
|
||||
(make-night entities)
|
||||
|
||||
Reference in New Issue
Block a user