Remove obsolete comment
This commit is contained in:
parent
fd1074d58a
commit
2bd2ae80de
1
Rules.py
1
Rules.py
|
@ -34,7 +34,6 @@ def set_rules(world, player):
|
||||||
raise NotImplementedError('Not implemented yet')
|
raise NotImplementedError('Not implemented yet')
|
||||||
|
|
||||||
if world.swords == 'swordless':
|
if world.swords == 'swordless':
|
||||||
# FIXME: !!! Does not handle inverted properly
|
|
||||||
swordless_rules(world, player)
|
swordless_rules(world, player)
|
||||||
|
|
||||||
if world.logic == 'noglitches':
|
if world.logic == 'noglitches':
|
||||||
|
|
Loading…
Reference in New Issue