Start working on Abysmal space environment effects. The values produced for the infernal weather (calm firestorm) thermic resist penalties are spot on according to my testing. :D

This commit is contained in:
blitzmann
2018-05-20 11:34:35 -04:00
parent d84525876a
commit bc23417eae
13 changed files with 68 additions and 8 deletions

View File

@@ -403,7 +403,7 @@ class Fit(object):
elif thing.category.name == "Fighter":
fighter = es_Fighter(thing)
fit.projectedFighters.append(fighter)
elif thing.group.name == "Effect Beacon":
elif thing.group.name in es_Module.SYSTEM_GROUPS:
module = es_Module(thing)
module.state = State.ONLINE
fit.projectedModules.append(module)