diff --git a/stats/effects/heal/healradioactive.lua b/stats/effects/heal/healradioactive.lua index a48b338606..175b8dce3b 100644 --- a/stats/effects/heal/healradioactive.lua +++ b/stats/effects/heal/healradioactive.lua @@ -10,7 +10,7 @@ function init() end function update(dt) - local species = status.statusProperty("fr_race") or world.entitySpecies(entity.id()) + -- local species = status.statusProperty("fr_race") or world.entitySpecies(entity.id()) -- if (species == "radien") or (species == "novakid") or (species == "shadow") then if (status.statPositive("fuRadiationHeal")) then diff --git a/stats/effects/slimeslow/slimeslow.lua b/stats/effects/slimeslow/slimeslow.lua index 0f0ed3961a..9e4bb72053 100644 --- a/stats/effects/slimeslow/slimeslow.lua +++ b/stats/effects/slimeslow/slimeslow.lua @@ -14,7 +14,7 @@ end function update(dt) if not self.didInit then init() end - ifstatus.statPositive("fuSlimeHeals") then + if status.statPositive("fuSlimeHeals") then self.healingRate = 0.025 effect.setStatModifierGroup(bonusHandler,{{stat="healthRegen",amount=status.stat("maxHealth")*self.healingRate*math.max(0,1+status.stat("healingBonus"))}}) applyFilteredModifiers({