Fix the same in another view

This commit is contained in:
DarkPhoenix
2019-08-01 23:41:32 +03:00
parent 3bbd51614d
commit 8591f649d1

View File

@@ -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)