Skip to content

Commit

Permalink
Spawn graboids after 13 days (#64812)
Browse files Browse the repository at this point in the history
* Spawn graboids after 13 days

* Spawn graboids after 13 days
  • Loading branch information
Leonkoithara authored Apr 4, 2023
1 parent 5f8f7a9 commit 87986be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/monstergroups/bugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"name": "GROUP_WORM",
"is_animal": true,
"monsters": [
{ "monster": "mon_graboid", "weight": 30, "cost_multiplier": 20 },
{ "monster": "mon_graboid", "weight": 30, "cost_multiplier": 20, "starts": "13 days" },
{ "monster": "mon_halfworm", "weight": 0, "cost_multiplier": 0 },
{ "monster": "mon_worm_small", "weight": 970, "cost_multiplier": 0 }
]
Expand Down

0 comments on commit 87986be

Please sign in to comment.