Skip to content

Commit a6fc41c

Browse files
committed
removed irrelevant change
1 parent 554ecca commit a6fc41c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Modules/ModParser.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,6 @@ local specialModList = {
21312131
mod("SpellSuppressionChance", "OVERRIDE", 0, "Acrobatics"),
21322132
},
21332133
["maximum chance to dodge spell hits is (%d+)%%"] = function(num) return { mod("SpellDodgeChanceMax", "OVERRIDE", num, "Acrobatics") } end,
2134-
["halves the amount of life granted by strength"] = { flag("HalvesLifeFromStrength")},
21352134
["dexterity provides no bonus to evasion rating"] = { flag("NoDexBonusToEvasion") },
21362135
["dexterity provides no inherent bonus to evasion rating"] = { flag("NoDexBonusToEvasion") },
21372136
["your hits can't be evaded"] = { flag("CannotBeEvaded") },

0 commit comments

Comments
 (0)