Add WH support to pyfa

This commit is contained in:
DarkPhoenix
2011-11-19 18:13:13 +04:00
parent 029940edf3
commit 8747be71ac
5 changed files with 62 additions and 4 deletions

View File

@@ -258,6 +258,10 @@ class Fit(object):
fit.projectedDrones.append(drone)
drone.amount += 1
elif thing.group.name == "Effect Beacon":
module = eos.types.Module(thing)
module.state = State.ONLINE
fit.projectedModules.append(module)
else:
module = eos.types.Module(thing)
module.state = State.ACTIVE