HK: Removes Vanilla Items from ItemPool and Uses Grimmchild1 when relevant (#2898)

This commit is contained in:
qwint
2024-03-13 06:45:43 -05:00
committed by GitHub
parent 67ed0fdca5
commit 72e6383cc7
3 changed files with 37 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ item_name_groups = ({
"GeoChests": lookup_type_to_names["Geo"],
"GeoRocks": lookup_type_to_names["Rock"],
"GrimmkinFlames": lookup_type_to_names["Flame"],
"Grimmchild": {"Grimmchild1", "Grimmchild2"},
"Grubs": lookup_type_to_names["Grub"],
"JournalEntries": lookup_type_to_names["Journal"],
"JunkPitChests": lookup_type_to_names["JunkPitChest"],