Skip to content

Commit

Permalink
missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyDragon committed Nov 21, 2024
1 parent f9613e2 commit d6d750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def zerg_maw_requirement(self, state: CollectionState) -> bool:
or state.has_all({item_names.INFESTED_DIAMONDBACK, item_names.INFESTED_DIAMONDBACK_PROGRESSIVE_FUNGAL_SNARE}, self.player)
)
and (state.has_any({item_names.ABERRATION, item_names.ROACH, item_names.ULTRALISK}, self.player)
or self.morph_tyrannozor(state)
or self.morph_tyrannozor(state))
and self.zerg_competent_comp(state)
)

Expand Down

0 comments on commit d6d750d

Please sign in to comment.