From 710ff94e2d29e8a2c00846ab24062517ff91da3b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 17:50:51 -0400 Subject: Assigned IDs for the_hive, the_impressive, and the_invisible --- apworld/static_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apworld/static_logic.py') diff --git a/apworld/static_logic.py b/apworld/static_logic.py index af1e985..5414c91 100644 --- a/apworld/static_logic.py +++ b/apworld/static_logic.py @@ -26,7 +26,7 @@ class Lingo2StaticLogic: self.item_id_to_name[door.ap_id] = item_name for letter in self.objects.letters: - letter_name = f"{letter.key.upper()}{'' if letter.level2 else '2'}" + letter_name = f"{letter.key.upper()}{'2' if letter.level2 else '1'}" location_name = f"{self.objects.maps[self.objects.rooms[letter.room_id].map_id].name} - {letter_name}" self.location_id_to_name[letter.ap_id] = location_name -- cgit 1.4.1