update logic not found error message

This commit is contained in:
Fabian Dill 2020-07-17 20:50:41 +02:00
parent 9445527249
commit 365458f91b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def set_rules(world, player):
no_glitches_rules(world, player)
fake_flipper_rules(world, player)
else:
raise NotImplementedError('Not implemented yet')
raise NotImplementedError(f'Not implemented yet: Logic - {world.logic[player]}')
if world.goal[player] == 'dungeons':
# require all dungeons to beat ganon