We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20563c0 commit 29bb87fCopy full SHA for 29bb87f
goal_src/jak1/engine/common-obs/orange-demon.gc
@@ -327,8 +327,9 @@
327
(if ORANGE_DEMON_DEBUG
328
(aif (-> self skel) (debug-print-channels it (the symbol *stdcon*)))
329
)
330
- (if (= (-> *target* next-state name) 'target-continue)
+ (when (= (-> *target* next-state name) 'target-continue)
331
(set-time! (-> self grace-period))
332
+ (set-time! (-> self state-time))
333
334
(if (time-elapsed? (-> self grace-period) (seconds 2))
335
(set! (-> self grace-period) (seconds 0))
0 commit comments