From the NannyMUD documentation
2000-12-28
NAME
block_eat_food_hook -AVAILABILITY
This function can be located in any object. The calls are generated from /obj/player.DESCRIPTION
When a player eats something, this function is called. If it return 1, the player is prevented from eating the comestible. ARGUMENTS block_eat_food_hook( ({ The food object, The strength, The stuffnes of the player, }), the player )SEE ALSO
eat_food_hook in hooks/eat_food_hookSEE ALSO
value_eat_food_hook in hooks/value_eat_food_hookSEE ALSO
drink_alcohol_hook in hooks/drink_alcohol_hookSEE ALSO
drink_soft_hook in hooks/drink_soft_hook