Skip to content

Commit

Permalink
Merge pull request CleverRaven#67367 from NetSysFire/parents-hotfix
Browse files Browse the repository at this point in the history
Hotfix: Fix persistent parents
  • Loading branch information
Maleclypse authored Aug 2, 2023
2 parents e2d97b1 + c90bb03 commit afc82fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/monsters/civilians.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"ends": "2 days",
"pack_size": [ 1, 2 ]
},
{ "monster": "mon_civilian_parent", "weight": 20, "cost_multiplier": 0, "starts": "2 days" },
{ "monster": "mon_civilian_parent", "weight": 20, "cost_multiplier": 0, "starts": "2 days", "ends": "4 days" },
{ "monster": "mon_civilian_panic", "weight": 40, "cost_multiplier": 0, "ends": "2 days", "pack_size": [ 1, 5 ] },
{
"monster": "mon_civilian_panic",
Expand Down

0 comments on commit afc82fd

Please sign in to comment.