Retro-Standard can't have bow on uncle

I don't know if the best solution is to exclude the bow from the options, or to have uncle give bow + arrows. I think the former is better as buying your arrow is part of retro.
This commit is contained in:
StructuralMike
2021-03-16 17:34:08 +01:00
parent 6bf3479e08
commit 40119b3a5f

View File

@@ -283,7 +283,7 @@ def generate_itempool(world, player):
if not found_sword and world.swords[player] != 'swordless':
found_sword = True
possible_weapons.append(item)
if item in ['Progressive Bow', 'Bow'] and not found_bow:
if item in ['Progressive Bow', 'Bow'] and not found_bow and not world.retro[player]:
found_bow = True
possible_weapons.append(item)
if item in ['Hammer', 'Fire Rod', 'Cane of Somaria', 'Cane of Byrna']: