Skip to content

Commit ee7085a

Browse files
committed
Fenhl's requested change
1 parent 2fa075e commit ee7085a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Hints.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,8 +1866,6 @@ def build_misc_dual_hints(world: World, messages: list[Message]) -> None:
18661866
item=get_hint(get_item_generic_name(item_2), world.settings.clearer_hints).text,
18671867
)
18681868
else:
1869-
if hint_type1 not in world.settings.misc_hints and hint_type2 not in world.settings.misc_hints:
1870-
return
18711869
text = data['location_fallback']
18721870
update_message_by_id(messages, data['id'], str(GossipText(text, ['Green'], prefix='')), data['text_style'])
18731871

0 commit comments

Comments
 (0)