From the NannyMUD documentation
2000-12-15
NAME
eat_food - eat some food stuffLOCATION
/obj/living_functions.cSYNTAX
varargs int eat_food(int strength, int silent)DESCRIPTION
This function is called in living objects when they consume food stuff. It contains checks for stuffness and such.strength This is how stuffing the food is. silent If given, no default messages are written.SEE ALSO
drink_alcohol in lfun/player/drink_alcohol