Add stacking penalties to dromi fighters
This commit is contained in:
@@ -14,4 +14,5 @@ grouped = True
|
|||||||
def handler(fit, src, context):
|
def handler(fit, src, context):
|
||||||
if "projected" not in context:
|
if "projected" not in context:
|
||||||
return
|
return
|
||||||
fit.ship.boostItemAttr("maxVelocity", src.getModifiedItemAttr("{}SpeedPenalty".format(prefix)) * src.amountActive)
|
fit.ship.boostItemAttr("maxVelocity", src.getModifiedItemAttr("{}SpeedPenalty".format(prefix)) * src.amountActive,
|
||||||
|
stackingPenalties=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user