diff --git a/.metadata b/.metadata index 5073878fc5..d67cf7bf10 100644 --- a/.metadata +++ b/.metadata @@ -8,5 +8,5 @@ "requires" : [], "steamContentId" : "729480149", "tags" : "Crafting and Building|Miscellaneous|Planets and Environments|NPCs and Creatures|Weapons|Quests|Dungeons|Ships|Species|User Interface|Furniture and Objects|Food and Farming|Mechanics|Vehicles and Mounts|Armor and Clothes", - "version" : "6.4.6" + "version" : "6.4.7" } \ No newline at end of file diff --git a/stats/effects/weaknesses/radioactiveplant.lua b/stats/effects/weaknesses/radioactiveplant.lua index 40aaed3b56..21a3125960 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") then + if status.statPositive("fuRadPlantHeal") or status.stat("isXi") then applyEffects() animator.setParticleEmitterOffsetRegion("healing", mcontroller.boundBox()) animator.setParticleEmitterActive("healing", true)