Support trolls

This commit is contained in:
2023-06-14 19:04:45 -05:00
parent 0d7348a593
commit d79427431e
8 changed files with 80 additions and 5 deletions

View File

@@ -1126,6 +1126,10 @@ def get_pool_core(world, player, progressive, shuffle, difficulty, treasure_hunt
pool.remove('Piece of Heart')
pool.extend(['Rupees (20)'] * 12)
if world.trolls[player]:
pool.remove('Rupees (20)')
pool.extend(['Magic Upgrade (1/2)'])
if bombbag:
pool = [item.replace('Bomb Upgrade (+5)','Rupees (5)') for item in pool]
pool = [item.replace('Bomb Upgrade (+10)','Rupees (5)') for item in pool]