We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0ad38 commit c5d6b44Copy full SHA for c5d6b44
1 file changed
spec/System/TestDefence_spec.lua
@@ -841,7 +841,7 @@ describe("TestDefence", function()
841
assert.are.equals(0, floor(poolsRemaining.OverkillDamage))
842
end)
843
844
- it("Unreakable + Iron Reflexes", function()
+ it("Unbreakable + Iron Reflexes", function()
845
build.configTab.input.customMods = [[
846
you have no dexterity
847
]]
@@ -903,7 +903,7 @@ describe("TestDefence", function()
903
build.configTab:BuildModList()
904
runCallback("OnFrame")
905
906
- -- Oath Of Maji double defences stack with Unreakable
+ -- Oath Of Maji double defences stack with Unbreakable
907
assert.are.equals(2*2*ironReflexesArmour + baseArmour + baseEvasion, build.calcsTab.mainOutput.Armour)
908
909
0 commit comments