diff --git a/stats/__STAT_LIST.TXT b/stats/__STAT_LIST.TXT index 0eb256081f..231279fc74 100644 --- a/stats/__STAT_LIST.TXT +++ b/stats/__STAT_LIST.TXT @@ -112,7 +112,6 @@ IMMUNITIES fuFishFood [amount] [Boolean] - water restors belly fuWaterPlants [amount] [Boolean] - water restores health fuPoisonHeals [amount] [Boolean] - this is self exclamatory - fuRadPlantHeal [amount] [Boolean] - this is self exclamatory fuRadiationHeal [amount] [Boolean] - this is self exclamatory fuTarHeals [amount] [Boolean] - this is self exclamatory fuHealingWaterPoisons [amount] [Boolean] - this is self exclamatory diff --git a/stats/effects/weaknesses/radioactiveplant.lua b/stats/effects/weaknesses/radioactiveplant.lua index 21a3125960..0cab147422 100644 --- a/stats/effects/weaknesses/radioactiveplant.lua +++ b/stats/effects/weaknesses/radioactiveplant.lua @@ -27,7 +27,7 @@ end function update(dt) if not self.didInit then init() end if not self.didInit then return end - if status.statPositive("fuRadPlantHeal") or status.stat("isXi") then + if status.statPositive("fuRadiationHeal") then applyEffects() animator.setParticleEmitterOffsetRegion("healing", mcontroller.boundBox()) animator.setParticleEmitterActive("healing", true)