fix comma
This commit is contained in:
parent
e919b2b066
commit
5a3727510f
|
@ -1,4 +1,4 @@
|
|||
class OWGSets(self):
|
||||
class OWGSets(object):
|
||||
'''
|
||||
Helper class to deliver entrance/exit/region sets to OWG rules.
|
||||
'''
|
||||
|
@ -192,4 +192,4 @@ class OWGSets(self):
|
|||
return [
|
||||
'Mini Moldorm Cave',
|
||||
'Spiral Cave (Top)',
|
||||
]
|
||||
]
|
||||
|
|
|
@ -158,7 +158,7 @@ def create_regions(world, player):
|
|||
create_cave_region(player, 'East Dark World Hint', 'a storyteller'),
|
||||
create_dw_region(player, 'South Dark World', ['Stumpy', 'Digging Game'], ['Dark Lake Hylia Drop (South)', 'Hype Cave', 'Swamp Palace', 'Village of Outcasts Heavy Rock', 'Maze Race Mirror Spot',
|
||||
'Cave 45 Mirror Spot', 'East Dark World Bridge', 'Big Bomb Shop', 'Archery Game', 'Bonk Fairy (Dark)', 'Dark Lake Hylia Shop', 'Bombos Tablet Mirror Spot']),
|
||||
create_lw_region(player, 'Bombos Tablet Ledge', ['Bombos Tablet'])
|
||||
create_lw_region(player, 'Bombos Tablet Ledge', ['Bombos Tablet']),
|
||||
create_cave_region(player, 'Big Bomb Shop', 'the bomb shop'),
|
||||
create_cave_region(player, 'Archery Game', 'a game of skill'),
|
||||
create_dw_region(player, 'Dark Lake Hylia', None, ['Lake Hylia Island Mirror Spot', 'East Dark World Pier', 'Dark Lake Hylia Ledge']),
|
||||
|
|
Loading…
Reference in New Issue