4,951
edits
Falterfire (talk | contribs) (Fixed some calls to get thieving icons) |
Falterfire (talk | contribs) (Fixed a typo) |
||
Line 36: | Line 36: | ||
--Special Overrides: | --Special Overrides: | ||
if StatName == 'stabAttackBonus' then | if StatName == 'stabAttackBonus' then | ||
if item. | if item.attackBonus == nil then | ||
result = nil | result = nil | ||
else | else |