Skip to content

Commit

Permalink
Merge pull request ClanGenOfficial#2157 from Ryos00/working
Browse files Browse the repository at this point in the history
fix: bump up age minimum for generating with kits
  • Loading branch information
Ryos00 authored Mar 26, 2024
2 parents 0ef3b55 + 76d6038 commit 07a6b31
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 07a6b31

Please sign in to comment.