File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -387,9 +387,9 @@ class GoldChestLockWeight(Range):
387
387
class ExcludeAlwaysQuests (DefaultOnToggle ):
388
388
"""
389
389
Certain quests are always in the location pool because they hold progression items when playing vanilla CrossCode.
390
- If selected, this option will ensure that none of those locations are populated with progression or useful items. It
391
- will also prohibit items from being placed on NPC interactions that give progression items but require working
392
- through part of a questline to get to.
390
+ If this option is selected (and quest rando is disabled) , this option will ensure that none of those locations are
391
+ populated with progression or useful items. It will also prohibit items from being placed on NPC interactions that
392
+ give progression items but require working through part of a questline to get to.
393
393
"""
394
394
display_name = "Exclude Always Quests"
395
395
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ def generate_early(self):
333
333
self .options .gold_chest_lock_weight .value ,
334
334
]))
335
335
336
- if self .options .exclude_always_quests .value :
336
+ if self .options .exclude_always_quests .value and not self . options . quest_rando . value :
337
337
self .options .exclude_locations .value .update (self .location_name_groups ["Always Quests" ])
338
338
339
339
if self .options .force_filler_local .value :
You can’t perform that action at this time.
0 commit comments