goose ![code/modules/mob/living/basic/farm_animals/goose/goose.dm 5](git.png)
A mob that gets mad at people at random and tries to eat nearby objects
Vars | |
conserve_food | Do we actually destroy food we eat? |
---|---|
item_typecache | Unfortunately, geese want to eat every item |
Procs | |
choke | Start choking on something we just ate |
on_gobbled | Called when we've eaten something |
on_tried_gobbling | Called when we try to eat something |
Var Details
conserve_food ![code/modules/mob/living/basic/farm_animals/goose/goose.dm 32](git.png)
Do we actually destroy food we eat?
item_typecache ![code/modules/mob/living/basic/farm_animals/goose/goose.dm 34](git.png)
Unfortunately, geese want to eat every item
Proc Details
choke
Start choking on something we just ate
on_gobbled
Called when we've eaten something
on_tried_gobbling
Called when we try to eat something