udder ![code/datums/components/udder.dm 6](git.png)
Udder component; for farm animals to generate milk.
Used for cows, goats, gutlunches. neat!
Vars | |
on_milk_callback | optional proc to callback to when the udder is milked |
---|---|
udder | abstract item for managing reagents (further down in this file) |
Procs | |
on_attackby | signal called on parent being attacked with an item |
on_examine | signal called on parent being examined |
Var Details
on_milk_callback ![code/datums/components/udder.dm 13](git.png)
optional proc to callback to when the udder is milked
udder ![code/datums/components/udder.dm 8](git.png)
abstract item for managing reagents (further down in this file)
Proc Details
on_attackby
signal called on parent being attacked with an item
on_examine
signal called on parent being examined