background script pt 1
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
(actions/update-entities entities (fn [e] (assoc-in e [:room :bloodclot-timer] 0))))}]}))
|
||||
|
||||
(defn add-second [screen entities]
|
||||
(when (and (not (get-in entities [:actions :script-running?]))
|
||||
(when (and (not (get-in entities [:fg-actions :script-running?]))
|
||||
(get-in entities [:state :active?]))
|
||||
(if (> (get-in entities [:room :bloodclot-timer] 0) 7)
|
||||
(do
|
||||
|
||||
Reference in New Issue
Block a user