103:/std/living/drink_eat.c (/std/living.c)
(public int) drink_soft(int amount, int ask)
/*
 * Function name: 	drink_soft
 * Description:   	Drinks a certain amount of liquid
 * Arguments:		amount: The amount of the drink
 *			ask: True if we only want to know IF we can drink this
 * Returns:		True if successfully drunk.
 */
