mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
The Messenger: more generous portal validation (#5011)
* The Messenger: more generous portal validation * remove the while and just go for 20 attempts. hopefully that's enough
This commit is contained in:
@@ -281,7 +281,7 @@ class MessengerWorld(World):
|
||||
disconnect_entrances(self)
|
||||
add_closed_portal_reqs(self)
|
||||
# i need portal shuffle to happen after rules exist so i can validate it
|
||||
attempts = 5
|
||||
attempts = 20
|
||||
if self.options.shuffle_portals:
|
||||
self.portal_mapping = []
|
||||
self.spoiler_portal_mapping = {}
|
||||
|
Reference in New Issue
Block a user