diff options
Diffstat (limited to 'apworld/regions.py')
| -rw-r--r-- | apworld/regions.py | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/apworld/regions.py b/apworld/regions.py index 076c143..3996153 100644 --- a/apworld/regions.py +++ b/apworld/regions.py | |||
| @@ -141,6 +141,10 @@ def create_regions(world: "Lingo2World"): | |||
| 141 | if connection.HasField("cyan_ending") and connection.cyan_ending and world.options.strict_cyan_ending: | 141 | if connection.HasField("cyan_ending") and connection.cyan_ending and world.options.strict_cyan_ending: |
| 142 | world.player_logic.add_solution_reqs(reqs, "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz") | 142 | world.player_logic.add_solution_reqs(reqs, "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz") |
| 143 | 143 | ||
| 144 | if (connection.HasField("mint_ending") and connection.mint_ending | ||
| 145 | and world.player_logic.custom_mint_ending is not None): | ||
| 146 | world.player_logic.add_solution_reqs(reqs, world.player_logic.custom_mint_ending) | ||
| 147 | |||
| 144 | reqs.simplify() | 148 | reqs.simplify() |
| 145 | reqs.remove_room(from_region) | 149 | reqs.remove_room(from_region) |
| 146 | 150 | ||
