Key issues

--PoD Vanilla Stairway
--Boss should not be allowed key
--Scale back on aggressive layouts
Merge of attic hint
Non-chest keys hints added for figuring out how to get rid of them
This commit is contained in:
aerinon
2020-02-05 15:23:13 -07:00
parent 30657cc48f
commit 9737cdf5f1
6 changed files with 53 additions and 10 deletions

2
Rom.py
View File

@@ -1725,7 +1725,7 @@ def write_strings(rom, world, player, team):
hint_count = 5 if world.shuffle[player] not in ['vanilla', 'dungeonssimple', 'dungeonsfull'] else 8
while hint_count > 0:
this_item = items_to_hint.pop(0)
this_location = world.find_items(this_item, player)
this_location = world.find_items_not_key_only(this_item, player)
random.shuffle(this_location)
#This looks dumb but prevents hints for Skull Woods Pinball Room's key safely with any item pool.
if this_location: