Add files via upload

This commit is contained in:
Fouton
2021-03-12 22:15:27 -05:00
committed by GitHub
parent 1aa770e33a
commit c47090ce61
2 changed files with 7 additions and 0 deletions

View File

@@ -316,6 +316,8 @@ def generate_itempool(world, player):
if world.goal[player] == 'triforcehunt':
if world.treasure_hunt_count[player] == 0:
world.treasure_hunt_count[player] = 20
if world.treasure_hunt_total[player] == 0:
world.treasure_hunt_total[player] = 30
world.treasure_hunt_icon[player] = 'Triforce Piece'
if world.custom:
world.treasure_hunt_count[player] = treasure_hunt_count