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