Skip to content

Commit

Permalink
Skip pre-fill under no logic entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Oct 25, 2024
1 parent 03441f0 commit ecae3dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/sc2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ def fill_slot_data(self):
return slot_data

def pre_fill(self) -> None:
if self.options.generic_upgrade_missions > 0:
if self.options.generic_upgrade_missions > 0\
and self.options.required_tactics != options.RequiredTactics.option_no_logic:
# Attempt to resolve situation when the option is too high for the mission order rolled
# TODO: Attempt to resolve Kerrigan levels too
weapon_armor_item_names = [
Expand Down

0 comments on commit ecae3dc

Please sign in to comment.