8 lines
272 B
Python
8 lines
272 B
Python
# scriptWarpDisruptionFieldGeneratorSetDisallowInEmpireSpace
|
|
#
|
|
# Used by:
|
|
# Charge: Focused Warp Disruption Script
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
module.forceItemAttr("disallowInEmpireSpace", module.getModifiedChargeAttr("disallowInEmpireSpace"))
|