Skip to content

Commit 8304b1a

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Fist of Stone more ES/Evasion mod on gloves (#2127)
The more mod was being parsed as the local es/evasion mod instead of the individual global ones Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 97f0640 commit 8304b1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Modules/ModParser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ local modNameList = {
244244
["evasion rating and armour"] = "ArmourAndEvasion",
245245
["armour and energy shield"] = "ArmourAndEnergyShield",
246246
["evasion rating and energy shield"] = "EvasionAndEnergyShield",
247+
["global evasion rating and energy shield"] = { "Evasion", "EnergyShield" },
247248
["evasion and energy shield"] = "EvasionAndEnergyShield",
248249
["armour, evasion and energy shield"] = "Defences",
249250
["defences"] = "Defences",

0 commit comments

Comments
 (0)