This commit is contained in:
blitzman
2017-03-19 16:27:41 -04:00
parent 5911538e29
commit b4ad4becd3

View File

@@ -173,7 +173,7 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
charges = 0
else:
charges = floor(containerCapacity / chargeVolume)
return charges
return int(charges)
@property
def numShots(self):