10 lines
287 B
Python
10 lines
287 B
Python
# scriptWarpDisruptionFieldGeneratorSetDisallowInEmpireSpace
|
|
#
|
|
# Used by:
|
|
# Charges from group: Warp Disruption Script (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.forceItemAttr("disallowInEmpireSpace", module.getModifiedChargeAttr("disallowInEmpireSpace"))
|