Skip to content

Commit

Permalink
Merge pull request ClanGenOfficial#2173 from keyraven/fix-typo
Browse files Browse the repository at this point in the history
Fix "not_pl_rc"
  • Loading branch information
Ryos00 authored Mar 31, 2024
2 parents ac80fd5 + 06407d7 commit 4bbbb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patrol/patrol_outcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def _allowed_stat_cat_specfic(self, kitty:Cat, patrol:'Patrol', allowed_specfic)

# With allowed_specfic empty, that means the stat can can be anyone that's not patrol leader
# or stat cat. This can
if not allowed_specfic or "no_pl_rc" in allowed_specfic:
if not allowed_specfic or "not_pl_rc" in allowed_specfic:
if kitty in (patrol.patrol_leader, patrol.patrol_random_cat):
return False
return True
Expand Down

0 comments on commit 4bbbb67

Please sign in to comment.