From 39cb0b41ddb70d660691aa365a10581bccd8f00b Mon Sep 17 00:00:00 2001 From: Phar <zach@alliware.com> Date: Sun, 30 Jul 2023 16:33:36 -0500 Subject: [PATCH] wups another issue --- worlds/rogue_legacy/Items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/rogue_legacy/Items.py b/worlds/rogue_legacy/Items.py index 7d905462d9dd..bd72c57cb8ab 100644 --- a/worlds/rogue_legacy/Items.py +++ b/worlds/rogue_legacy/Items.py @@ -261,7 +261,7 @@ def event(self) -> bool: "Progressive Shinobis": RLItemData(ItemClassification.useful, 7, get_shinobis_quantity), "Progressive Miners": RLItemData(ItemClassification.useful, 8, get_miners_quantity), "Progressive Liches": RLItemData(ItemClassification.useful, 9, get_liches_quantity), - "Progressive Spellthieves": RLItemData(ItemClassification.useful, 10, get_liches_quantity), + "Progressive Spellthieves": RLItemData(ItemClassification.useful, 10, get_spellthieves_quantity), "Dragons": RLItemData(ItemClassification.progression, 96, get_dragons_quantity), "Traitors": RLItemData(ItemClassification.useful, 97, get_traitors_quantity),