space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.72k stars 3.44k forks source link

Animals breeding barely works and most of the time not at all #26227

Open KingOnBudget opened 8 months ago

KingOnBudget commented 8 months ago

Description

A pair of goats or cows when put in a closed space used to make babies but now they don't.

Reproduction Goats will plain refuse to eat or drink on their own which was something they used to do and they will take FOREVER to make babies( In my testing in which I tried breeding goats in a mander round and it took them something around a hour to make a single baby and never made another baby after the first). Cows will eat food on their own but never drink and they will simply not have any offspring

Screenshots

Additional context

metalgearsloth commented 8 months ago

How many did you have because there's a limit.

KingOnBudget commented 8 months ago

How many did you have because there's a limit.

I had 2 goats or 2 cows in each attempt and there simply didn't make babies

Sirionaut commented 8 months ago

I think this could be the result of PR #21922, animals need to have a hunger level of above 'okay' to make offspring (Line 156 in AnimalHusbandry.cs) but they use up their nutrients for milk as long they are at or above okay. So they would need to have a full udder to produce offspring, which they will only achieve if you manually feed them.