Fix bug in big bomb logic
This commit is contained in:
parent
e490a3e224
commit
ac1c875341
4
Rules.py
4
Rules.py
|
@ -576,7 +576,7 @@ def set_big_bomb_rules(world):
|
||||||
'Dam',
|
'Dam',
|
||||||
'Lumberjack House',
|
'Lumberjack House',
|
||||||
'Lake Hylia Fortune Teller',
|
'Lake Hylia Fortune Teller',
|
||||||
'Eastern Palace'
|
'Eastern Palace',
|
||||||
'Kakariko Gamble Game',
|
'Kakariko Gamble Game',
|
||||||
'Kakariko Well Cave',
|
'Kakariko Well Cave',
|
||||||
'Bat Cave Cave',
|
'Bat Cave Cave',
|
||||||
|
@ -618,7 +618,7 @@ def set_big_bomb_rules(world):
|
||||||
'Cave Shop (Dark Death Mountain)',
|
'Cave Shop (Dark Death Mountain)',
|
||||||
'Dark Death Mountain Fairy',
|
'Dark Death Mountain Fairy',
|
||||||
'Mimic Cave',
|
'Mimic Cave',
|
||||||
'Skull Woods Second Section Door (West)'
|
'Skull Woods Second Section Door (West)',
|
||||||
'Skull Woods Final Section',
|
'Skull Woods Final Section',
|
||||||
'Ice Palace',
|
'Ice Palace',
|
||||||
'Turtle Rock',
|
'Turtle Rock',
|
||||||
|
|
Loading…
Reference in New Issue