tox
This commit is contained in:
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def handler(fit, beacon, context, **kwargs):
|
||||
|
||||
if id:
|
||||
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
|
||||
|
||||
|
||||
@@ -736,7 +736,7 @@ class Fit(object):
|
||||
self.ship.boostItemAttr("kineticDamageResonance", value) # for hull
|
||||
|
||||
if warfareBuffID == 100: # Weather_caustic_toxin_scan_resolution_bonus
|
||||
self.ship.boostItemAttr("scanResolution", value, stackingPenalties=True)
|
||||
self.ship.boostItemAttr("scanResolution", value, stackingPenalties=True)
|
||||
|
||||
del self.commandBonuses[warfareBuffID]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user