diff --git a/Rules.py b/Rules.py index 18dcff8c..fb609fb8 100644 --- a/Rules.py +++ b/Rules.py @@ -34,7 +34,6 @@ def set_rules(world, player): raise NotImplementedError('Not implemented yet') if world.swords == 'swordless': - # FIXME: !!! Does not handle inverted properly swordless_rules(world, player) if world.logic == 'noglitches':