Number of charges loaded

This commit is contained in:
petosorus
2016-09-15 16:01:32 +02:00
parent 533c86de16
commit 43ee031121

View File

@@ -871,7 +871,7 @@ class Port(object):
curr = "%s\n" % module.item.name if module.item else (
"")
if module.charge and sFit.serviceFittingOptions["exportCharges"]:
curr += "%s\n" % module.charge.name
curr += "%s x%s\n" % (module.charge.name, module.numShots)
stuff[slot].append(curr)
for slotType in EFT_SLOT_ORDER: