diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2026-02-08 12:10:19 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2026-02-08 12:10:19 -0500 |
| commit | 7a0606dd10dbd256675bff35ebd8a7957a3607e8 (patch) | |
| tree | 5731b27bbfc44d7f2650196fd4bb6d7d2e1d8396 /apworld/__init__.py | |
| parent | dbae1ea0a0b1946b3ccf7d8033139050f1106695 (diff) | |
| download | lingo2-archipelago-7a0606dd10dbd256675bff35ebd8a7957a3607e8.tar.gz lingo2-archipelago-7a0606dd10dbd256675bff35ebd8a7957a3607e8.tar.bz2 lingo2-archipelago-7a0606dd10dbd256675bff35ebd8a7957a3607e8.zip | |
Added custom mint ending
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(), |
