From d133024d29070cf5995740dfa2400aa06322233f Mon Sep 17 00:00:00 2001 From: Kherae Date: Sat, 2 Nov 2024 09:54:33 -0700 Subject: [PATCH] oops --- stats/__STAT_LIST.TXT | 1 - stats/effects/weaknesses/radioactiveplant.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)