Skip to content

Commit

Permalink
xi correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Nov 2, 2024
1 parent d12b3ac commit bdada8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion stats/effects/weaknesses/radioactiveplant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bdada8a

Please sign in to comment.