diff options
Diffstat (limited to 'apworld/static_logic.py')
| -rw-r--r-- | apworld/static_logic.py | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/apworld/static_logic.py b/apworld/static_logic.py index ff1f17d..0613474 100644 --- a/apworld/static_logic.py +++ b/apworld/static_logic.py | |||
| @@ -41,6 +41,9 @@ class Lingo2StaticLogic: | |||
| 41 | location_name = f"{self.get_room_object_map_name(ending)} - {ending.name.title()} Ending" | 41 | location_name = f"{self.get_room_object_map_name(ending)} - {ending.name.title()} Ending" |
| 42 | self.location_id_to_name[ending.ap_id] = location_name | 42 | self.location_id_to_name[ending.ap_id] = location_name |
| 43 | 43 | ||
| 44 | for progressive in self.objects.progressives: | ||
| 45 | self.item_id_to_name[progressive.ap_id] = progressive.name | ||
| 46 | |||
| 44 | self.item_id_to_name[self.objects.special_ids["Nothing"]] = "Nothing" | 47 | self.item_id_to_name[self.objects.special_ids["Nothing"]] = "Nothing" |
| 45 | 48 | ||
| 46 | self.item_name_to_id = {name: ap_id for ap_id, name in self.item_id_to_name.items()} | 49 | self.item_name_to_id = {name: ap_id for ap_id, name in self.item_id_to_name.items()} |
