The Messenger: Fix precollected notes not being removed from the itempool (#3066)

* The Messenger: fix precollected notes not being properly removed from pool

* The Messenger: bump required client version
This commit is contained in:
Aaron Wagener
2024-03-31 10:47:11 -05:00
committed by GitHub
parent 72c53513f8
commit 4e3d396394
3 changed files with 38 additions and 10 deletions

View File

@@ -48,6 +48,11 @@ FILLER = {
"Time Shard (500)": 5,
}
TRAPS = {
"Teleport Trap": 5,
"Prophecy Trap": 10,
}
# item_name_to_id needs to be deterministic and match upstream
ALL_ITEMS = [
*NOTES,
@@ -71,6 +76,8 @@ ALL_ITEMS = [
*SHOP_ITEMS,
*FIGURINES,
"Money Wrench",
"Teleport Trap",
"Prophecy Trap",
]
# locations