diff options
Diffstat (limited to 'apworld/__init__.py')
| -rw-r--r-- | apworld/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/apworld/__init__.py b/apworld/__init__.py index a80156c..6b5338e 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
| @@ -167,6 +167,7 @@ class Lingo2World(World): | |||
| 167 | 167 | ||
| 168 | slot_data: dict[str, object] = { | 168 | slot_data: dict[str, object] = { |
| 169 | **self.options.as_dict(*slot_options), | 169 | **self.options.as_dict(*slot_options), |
| 170 | "custom_mint_ending": self.player_logic.custom_mint_ending or "", | ||
| 170 | "rte": [self.static_logic.objects.maps[map_id].name for map_id in self.player_logic.rte_mapping], | 171 | "rte": [self.static_logic.objects.maps[map_id].name for map_id in self.player_logic.rte_mapping], |
| 171 | "seed": self.random.randint(0, 1000000), | 172 | "seed": self.random.randint(0, 1000000), |
| 172 | "version": self.static_logic.get_data_version(), | 173 | "version": self.static_logic.get_data_version(), |
