cow ![code/modules/mob/living/basic/farm_animals/cow/_cow.dm 2](git.png)
Vars | |
food_types | what this cow munches on, and what can be used to tame it. |
---|---|
milked_reagent | What kind of juice do we produce? |
self_tame_message | singular version for player cows |
tame_message | message sent when tamed |
Procs | |
setup_udder | wrapper for the udder component addition so you can have uniquely uddered cow subtypes |
Var Details
food_types ![code/modules/mob/living/basic/farm_animals/cow/_cow.dm 31](git.png)
what this cow munches on, and what can be used to tame it.
milked_reagent ![code/modules/mob/living/basic/farm_animals/cow/_cow.dm 37](git.png)
What kind of juice do we produce?
self_tame_message ![code/modules/mob/living/basic/farm_animals/cow/_cow.dm 35](git.png)
singular version for player cows
tame_message ![code/modules/mob/living/basic/farm_animals/cow/_cow.dm 33](git.png)
message sent when tamed
Proc Details
setup_udder
wrapper for the udder component addition so you can have uniquely uddered cow subtypes