Home
last modified time | relevance | path

Searched refs:immunity_slow (Results 1 – 2 of 2) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/
H A DEffectManager.cpp250 immunity_slow = false; in clearStatus()
318 immunity_slow = true; in logic()
329 else if (ei.type == Effect::IMMUNITY_SLOW) immunity_slow = true; in logic()
412 else if (immunity_slow && effect.type == Effect::SPEED && magnitude < 100) in addEffectInternal()
H A DEffectManager.h159 bool immunity_slow; variable