actually make minorglitches usable

This commit is contained in:
Fabian Dill 2020-06-10 03:24:19 +02:00
parent 9fcad5b392
commit b6c85375c4
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ def set_rules(world, player):
overworld_glitches_rules(world, player)
elif world.logic[player] == 'minorglitches':
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:
raise NotImplementedError('Not implemented yet')