Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Simakov <[email protected]>
  • Loading branch information
Karol1223 and GuardianDll authored Sep 10, 2024
1 parent 98ead70 commit 7cce890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/monsters/mutant_mammal.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
{ "id": "scratch_grab_required" }
],
"stomach_size": 500,
"reproduction": { "baby_monster": "mon_coyote_pup_mutant_shark", "baby_count": 4, "baby_timer": 63 },
"reproduction": { "baby_type": { "baby_monster": "mon_coyote_pup_mutant_shark" }, "baby_count": 4, "baby_timer": 63 },
"harvest": "dog_with_skull_fur_mutant",
"path_settings": { "max_dist": 7 }
},
Expand All @@ -169,7 +169,7 @@
"melee_dice_sides": 8,
"melee_damage": [ { "damage_type": "cut", "amount": 4 } ],
"path_settings": { "max_dist": 7 },
"reproduction": { "baby_monster": "mon_coyote_pup_mutant_venom", "baby_count": 4, "baby_timer": 63 },
"reproduction": { "baby_type": { "baby_monster": "mon_coyote_pup_mutant_venom" }, "baby_count": 4, "baby_timer": 63 },
"harvest": "dog_with_skull_fur_mutant",
"extend": { "flags": [ "BADVENOM" ] }
},
Expand Down

0 comments on commit 7cce890

Please sign in to comment.