fixed wizard positioning and likelihood.
This commit is contained in:
@@ -347,7 +347,7 @@
|
||||
(actions/talk entities :ego "It's locked.")
|
||||
(do (actions/play-animation entities :door :open)
|
||||
(actions/transition-background entities :inside-house [237 0] :between (fn [s e]
|
||||
(if (= 1 (rand-int 10))
|
||||
(if (= 1 (rand-int 4))
|
||||
(assoc-in e [:room :entities :experiment] (get-in e [:room :experiment]))
|
||||
e)))
|
||||
(when (get-in @entities [:room :entities :experiment])
|
||||
|
||||
Reference in New Issue
Block a user