Archipelago/worlds/ahit
Mysteryem ba50c947ba
AHiT: Fix reconnecting rift access regions for starting and plando acts (#4200)
Reconnecting an act in a telescope to a time rift removes the entrances
to the time rift from its access regions because it will be accessible
from the telescope instead.

By doing so early on, as a starting act with insanity act randomizer or
as a plando-ed act, this can happen before the time rift itself has been
reconnected to an act or other time rift. In which case, when later
attempting to connect that time rift to an act or other time rift, the
entrances from the rift access regions will no longer exist, so must be
re-created. The original code was mistakenly re-creating the entrances
from the time rift being reconnected, instead of from the rift access
regions.
2024-11-23 00:13:57 +01:00
..
docs AHIT: Update Setup Guide (#3647) 2024-07-25 09:27:22 +02:00
test A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Client.py AHIT: Fix massive lag spikes in extremely large multiworlds, add extra security to prevent loading the wrong save file for a seed (#3718) 2024-09-21 23:10:18 +02:00
DeathWishLocations.py AHIT: Fix Death Wish option check typo (#3978) 2024-09-22 16:22:11 +02:00
DeathWishRules.py AHIT: Fix Death Wish location rules not being added properly (#3455) 2024-06-04 21:15:28 +02:00
Items.py AHIT: Generation error fixes and some other bug fixes (#3663) 2024-07-27 19:16:52 +02:00
Locations.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Options.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Regions.py AHiT: Fix reconnecting rift access regions for starting and plando acts (#4200) 2024-11-23 00:13:57 +01:00
Rules.py AHIT: Fix Time Rift - Alpine Skyline entrance logic (#3851) 2024-08-29 08:11:42 +02:00
Types.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
__init__.py AHIT: Fix massive lag spikes in extremely large multiworlds, add extra security to prevent loading the wrong save file for a seed (#3718) 2024-09-21 23:10:18 +02:00