couple bugfixes.
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
:else (do-initial-peddler-conversation entities)))
|
||||
|
||||
(defn should-block? [entities]
|
||||
(and (:night (get-in @entities [:state :time]))
|
||||
(and (= :night (get-in @entities [:state :time]))
|
||||
(actions/has-obtained? entities :flask-2)
|
||||
(not (actions/has-item? entities :magic-slingshot))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user