Bomb-only mode fixes
- starting max capacity should be 0 - replace bombs from shops with small hearts
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -1349,7 +1349,7 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False):
|
||||
equip[0x36C] = 0x18
|
||||
equip[0x36D] = 0x18
|
||||
equip[0x379] = 0x68
|
||||
if world.bombbag[player]:
|
||||
if world.bombbag[player] or world.swords[player] == 'bombs':
|
||||
starting_max_bombs = 0
|
||||
else:
|
||||
starting_max_bombs = 10
|
||||
|
||||
Reference in New Issue
Block a user