diff --git a/eos/saveddata/character.py b/eos/saveddata/character.py index c4412763c..9657c7d04 100644 --- a/eos/saveddata/character.py +++ b/eos/saveddata/character.py @@ -335,7 +335,8 @@ class Skill(HandledItem): return for effect in item.effects.itervalues(): - if effect.runTime == runTime and effect.isType("passive") and \ + if effect.runTime == runTime and \ + effect.isType("passive") and \ (not fit.isStructure or effect.isType("structure")) and \ effect.activeByDefault: try: