DS3: Prevent prioritized+excluded locations (#3855)
This commit is contained in:
parent
f81335d614
commit
b37bb60891
|
@ -1252,6 +1252,9 @@ class DarkSouls3World(World):
|
||||||
lambda item: not item.advancement
|
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":
|
if self.options.excluded_location_behavior == "allow_useful":
|
||||||
self.options.exclude_locations.value.clear()
|
self.options.exclude_locations.value.clear()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue