From 8eb351e73488d10a0f506a90ff8dc2a3206a75d9 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Thu, 26 Oct 2023 21:55:11 -0400 Subject: [PATCH] typo --- worlds/ahit/Items.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/ahit/Items.py b/worlds/ahit/Items.py index f877f9c372..869f998a9d 100644 --- a/worlds/ahit/Items.py +++ b/worlds/ahit/Items.py @@ -230,9 +230,9 @@ ahit_items = { # DLC1 items "Relic (Cake Stand)": ItemData(2000300018, ItemClassification.progression, HatDLC.dlc1), - "Relic (Chocolate Cake)": ItemData(2000300019, ItemClassification.progression, HatDLC.dlc1), + "Relic (Shortcake)": ItemData(2000300019, ItemClassification.progression, HatDLC.dlc1), "Relic (Chocolate Cake Slice)": ItemData(2000300020, ItemClassification.progression, HatDLC.dlc1), - "Relic (Shortcake)": ItemData(2000300021, ItemClassification.progression, HatDLC.dlc1), + "Relic (Chocolate Cake)": ItemData(2000300021, ItemClassification.progression, HatDLC.dlc1), # DLC2 items "Relic (Necklace Bust)": ItemData(2000300022, ItemClassification.progression, HatDLC.dlc2),