actually make minorglitches usable
This commit is contained in:
parent
9fcad5b392
commit
b6c85375c4
2
Rules.py
2
Rules.py
|
@ -39,6 +39,8 @@ def set_rules(world, player):
|
||||||
overworld_glitches_rules(world, player)
|
overworld_glitches_rules(world, player)
|
||||||
elif world.logic[player] == 'minorglitches':
|
elif world.logic[player] == 'minorglitches':
|
||||||
logging.getLogger('').info('Minor Glitches may be buggy still. No guarantee for proper logic checks.')
|
logging.getLogger('').info('Minor Glitches may be buggy still. No guarantee for proper logic checks.')
|
||||||
|
no_glitches_rules(world, player)
|
||||||
|
fake_flipper_rules(world, player)
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError('Not implemented yet')
|
raise NotImplementedError('Not implemented yet')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue