diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Curses.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Curses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/Curses.c b/TemplePushing.c4s/System.c4g/Curses.c index f0f4d8b..27f0e9e 100644 --- a/TemplePushing.c4s/System.c4g/Curses.c +++ b/TemplePushing.c4s/System.c4g/Curses.c @@ -54,7 +54,7 @@ protected func FxCurseIsActive(pClonk, iEffectNumber) // Old meaning of effect variable 2: true if still chasing target or false if activated // New meaning: // == 1: Still chasing target - // <= 0: Was activated and remaining lifetime is GetActivatedLifeTime() + value + // <= 0: Was activated and remaining lifetime is GetActivatedLifeTime() + value return EffectVar(2, pClonk, iEffectNumber) <= 0; } |
