Skip to content

Commit

Permalink
fuck tha police
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyDragon committed Dec 3, 2024
1 parent 29d16bf commit 0759537
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 @@ -234,7 +234,7 @@ def terran_gates_of_hell_requirement(self, state: CollectionState) -> bool:
def zerg_gates_of_hell_requirement(self, state: CollectionState) -> bool:
"""Gates of Hell mission requirement"""
return (
self.zerg_competent_comp(state)
self.zerg_competent_comp_competent_aa(state)
and (self.zerg_defense_rating(state, True) > 8)
)

Expand Down

0 comments on commit 0759537

Please sign in to comment.