diff --git a/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs b/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs index 0baeab5251b..2968dea730b 100644 --- a/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs +++ b/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs @@ -14,7 +14,7 @@ public sealed class InfantComponent : Component /// How long the entity remains an infant. /// [DataField("infantDuration")] - public TimeSpan InfantDuration = TimeSpan.FromMinutes(3); + public TimeSpan InfantDuration = TimeSpan.FromMinutes(5); /// /// The base scale of the entity diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d7948b92ba1..12505ec8a7e 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -428,6 +428,8 @@ - DoorBumpOpener - Cow - type: Reproductive + minBreedAttemptInterval: 300 + maxBreedAttemptInterval: 600 partnerWhitelist: tags: - Cow @@ -564,6 +566,8 @@ - DoorBumpOpener - Goat - type: Reproductive + minBreedAttemptInterval: 300 + maxBreedAttemptInterval: 600 partnerWhitelist: tags: - Goat