Skip to content

Commit

Permalink
fix: bump up age minimum for generating with kits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryos00 committed Mar 25, 2024
1 parent e9ac5ad commit 76d6038
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 @@ -984,7 +984,7 @@ def __create_new_cat_block(self, i:int, attribute_list: List[str], patrol:'Patro
break

if match.group(1) == "has_kits":
age = randint(14, 120)
age = randint(19, 120)
break


Expand Down

0 comments on commit 76d6038

Please sign in to comment.