Remove 5 Arrow items from bonk drop locations

This commit is contained in:
codemann8
2023-03-08 20:41:16 -06:00
parent d549a2c323
commit 252f9ba1a7
3 changed files with 4 additions and 2 deletions

View File

@@ -1104,6 +1104,8 @@ def get_pool_core(world, player, progressive, shuffle, difficulty, treasure_hunt
pool.remove('Fighter Sword')
pool.extend(['Rupees (50)'])
#TODO: Remove test placements
#place_item('Purple Chest', 'Magic Mirror')
if timer in ['timed', 'timed-countdown']:
pool.extend(diff.timedother)
clock_mode = 'stopwatch' if timer == 'timed' else 'countdown'