Codifies male goats not having an udder (#79722)

## About The Pull Request

This was addressed in #78759 (1b1fde4908)
and reviewed (and merged even though I didn't respond to it, oh well),
but I half-assed it because the whole point was to prevent male goats
from having an udder, but I only added it to the subtype of Pete i made
in that PR. Let's expand that to all male goats now.
## Why It's Good For The Game

It doesn't make biological nor morphological sense as to why a male goat
can provide milk. Ideally this should be like this for all animals
(because that's real life) but that's a later issue with further balance
implication.

I think it's still an interesting idea that Nanotrasen will just send
you any old goat despite it being "useless" beyond being very good at
eating plants. Maybe cargo should have a way to guarantee getting a
female goat in the future? It's just like real life where zoos and farms
have to constantly dealw ith female animals (such as giraffes or other
exotic stuff) tending to be far rarer/cost far more than their male
variants due to the potential to generate offspring (there's more nuance
to husbandry than this but just play along)... and in space, every
animal is "exotic".

It still remains possible to biogenerate milk, which tends to be far
faster than feeding/milking goats- which is something that the cook
should have access to anyways.
## Changelog
🆑
balance: Male Goats should no longer spawn with an udder, instead of it
just being Pete.
/🆑

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
san7890
2023-11-16 09:58:10 +13:00
committed by GitHub
co-authored by Ghom
parent 87e70f96ea
commit 7fce8cd805
2 changed files with 3 additions and 3 deletions
@@ -110,8 +110,10 @@
INVOKE_ASYNC(src, PROC_REF(eat_plant), edible_plants)
/// When invoked, adds an udder. Overridden on subtypes
/// When invoked, adds an udder when applicable. Male goats do not have udders.
/mob/living/basic/goat/proc/add_udder()
if(gender == MALE)
return
AddComponent(/datum/component/udder)
/// Proc that handles dealing with the various types of plants we might eat. Assumes that a valid list of type(s) will be passed in.
@@ -8,5 +8,3 @@
if((bodytemperature < T20C) || istype(goat_area, /area/station/service/kitchen/coldroom))
. += span_notice("[p_They()] [p_do()]n't seem to be too bothered about the cold.") // special for pete
/mob/living/basic/goat/pete/add_udder()
return //no thank you