Revert "wrap getting attribute in at try/except"

This reverts commit f111c49cc6.
This commit is contained in:
Ebag333
2017-01-29 00:25:55 -08:00
parent f111c49cc6
commit e524197a4d

View File

@@ -496,7 +496,7 @@ class Miscellanea(ViewColumn):
hpRatio = 1
if ("Ancillary" and "Armor") in itemGroup:
hpRatio *= stuff.getModifiedItemAttr("chargedArmorDamageMultiplier", 1)
hpRatio *= 3
ehp = hp * hpRatio
@@ -508,7 +508,6 @@ class Miscellanea(ViewColumn):
formatAmount((duration+reload_time)*number_of_cycles, 3, 0, 3),
formatAmount(number_of_cycles, 3, 0, 3)
)
text = "{0} / {1}s (+{2}s)".format(
formatAmount(ehp, 3, 0, 9),
formatAmount(duration, 3, 0, 3),