Home
last modified time | relevance | path

Searched refs:immunity_hp_steal (Results 1 – 3 of 3) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/
H A DEffectManager.h161 bool immunity_hp_steal; variable
H A DEffectManager.cpp252 immunity_hp_steal = false; in clearStatus()
320 immunity_hp_steal = true; in logic()
333 else if (ei.type == Effect::IMMUNITY_HP_STEAL) immunity_hp_steal = true; in logic()
H A DEntity.cpp562 if (!stats.effects.immunity_hp_steal && hp_steal != 0) { in takeHit()