mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-22 17:33:33 -07:00
LttP: Format non-native Location hints better
This commit is contained in:
@@ -2087,9 +2087,9 @@ def write_strings(rom, world, player):
|
||||
if not dest:
|
||||
return "nothing"
|
||||
if ped_hint:
|
||||
hint = dest.pedestal_hint_text if dest.pedestal_hint_text else "unknown item"
|
||||
hint = dest.pedestal_hint_text
|
||||
else:
|
||||
hint = dest.hint_text if dest.hint_text else "something"
|
||||
hint = dest.hint_text
|
||||
if dest.player != player:
|
||||
if ped_hint:
|
||||
hint += f" for {world.player_name[dest.player]}!"
|
||||
|
||||
Reference in New Issue
Block a user