couple bugfixes.
This commit is contained in:
@@ -341,7 +341,7 @@
|
||||
(utils/load)
|
||||
{:object nil
|
||||
:active? true
|
||||
:last-room :dream
|
||||
:last-room :outside-house
|
||||
:time :day
|
||||
:obtained-items #{}
|
||||
:inventory []
|
||||
@@ -404,7 +404,7 @@
|
||||
|
||||
(doseq [[k [start time fn]] (get-in entities [:room :timers])]
|
||||
(add-timer! screen k start time))
|
||||
(when (not (get-in entities [:state :seen-intro?]))
|
||||
#_(when (not (get-in entities [:state :seen-intro?]))
|
||||
((actions/get-script entities (rooms.dream/do-intro entities)) entities))
|
||||
(if-let [apply-state (get-in entities [:room :apply-state])]
|
||||
(apply-state entities)
|
||||
|
||||
Reference in New Issue
Block a user