Refactor non-projected fighter commands
This commit is contained in:
@@ -1069,9 +1069,12 @@ class Fit(object):
|
||||
for f in self.fighters:
|
||||
if f.active:
|
||||
amount += 1
|
||||
|
||||
return amount
|
||||
|
||||
@property
|
||||
def fighterTubesTotal(self):
|
||||
return self.ship.getModifiedItemAttr("fighterTubes")
|
||||
|
||||
@property
|
||||
def cargoBayUsed(self):
|
||||
amount = 0
|
||||
|
||||
Reference in New Issue
Block a user