Skip to content

Commit

Permalink
Fix typo that caused Shoggoth armor to not provide Pressure protection
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspec committed Jan 6, 2024
1 parent 365822f commit 4b11420
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand All @@ -34,4 +34,4 @@ function update(dt)
if not checkSetWorn(self.setBonusCheck) then
effect.expire()
end
end
end

0 comments on commit 4b11420

Please sign in to comment.