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]
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ class ItemEffects(wx.Panel):
|
||||
If effect file does not exist, create it
|
||||
"""
|
||||
|
||||
effect = self.effects[event.GetText()];
|
||||
effect = self.effects[event.GetText()]
|
||||
|
||||
file_ = os.path.join(config.pyfaPath, "eos", "effects", "%s.py" % effect.handlerName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user