diff --git a/stats/effects/fu_armoreffects/set_bonuses/tier8/shoggothsetbonuseffect.lua b/stats/effects/fu_armoreffects/set_bonuses/tier8/shoggothsetbonuseffect.lua index 37e7f5cd0ff..b5fa70a22e0 100644 --- a/stats/effects/fu_armoreffects/set_bonuses/tier8/shoggothsetbonuseffect.lua +++ b/stats/effects/fu_armoreffects/set_bonuses/tier8/shoggothsetbonuseffect.lua @@ -19,7 +19,7 @@ armorBonus={ {stat = "snowslowImmunity", amount = 1}, {stat = "protoImmunity", amount = 1}, {stat = "shadowImmunity", amount = 1}, - {stat = "pressureImmunity", amount = 1}, + {stat = "extremepressureProtection", amount = 1}, {stat = "darknessImmunity", amount = 1}, {stat = "radiationburnImmunity", amount = 1} } @@ -34,4 +34,4 @@ function update(dt) if not checkSetWorn(self.setBonusCheck) then effect.expire() end -end \ No newline at end of file +end