Fixed Rupee/Bomb logic in playthru

This commit is contained in:
codemann8
2022-10-24 19:34:35 -05:00
parent cf43762799
commit 20e99a27c5
2 changed files with 17 additions and 12 deletions

View File

@@ -554,6 +554,7 @@ def copy_world(world):
from OverworldShuffle import categorize_world_regions
for player in range(1, world.players + 1):
categorize_world_regions(ret, player)
create_farm_locations(ret, player)
set_rules(ret, player)
return ret