Fix the same in another view
This commit is contained in:
@@ -281,7 +281,7 @@ class ItemAffectedBy(wx.Panel):
|
||||
penalized += "(penalized)"
|
||||
if 'r' in attrModifier:
|
||||
penalized += "(resisted)"
|
||||
attrModifier = "*"
|
||||
attrModifier = "*"
|
||||
|
||||
# this is the Module node, the attribute will be attached to this
|
||||
display = "%s %s %.2f %s" % (displayStr, attrModifier, attrAmount, penalized)
|
||||
|
||||
Reference in New Issue
Block a user