mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
DS3: Prevent prioritized+excluded locations (#3855)
This commit is contained in:
@@ -1252,6 +1252,9 @@ class DarkSouls3World(World):
|
||||
lambda item: not item.advancement
|
||||
)
|
||||
|
||||
# Prevent the player from prioritizing and "excluding" the same location
|
||||
self.options.priority_locations.value -= allow_useful_locations
|
||||
|
||||
if self.options.excluded_location_behavior == "allow_useful":
|
||||
self.options.exclude_locations.value.clear()
|
||||
|
||||
|
Reference in New Issue
Block a user