Core: fix item_name_groups unfolding in item links (#3088)

This commit is contained in:
Aaron Wagener
2024-04-18 11:58:18 -05:00
committed by GitHub
parent fbfe82f57f
commit 580c9c3943
2 changed files with 31 additions and 0 deletions

View File

@@ -1124,6 +1124,7 @@ class ItemLinks(OptionList):
raise Exception(f"item_link {link['name']} has {intersection} "
f"items in both its local_items and non_local_items pool.")
link.setdefault("link_replacement", None)
link["item_pool"] = list(pool)
class Removed(FreeText):