[Main page] [Overview]   /std /drink
SYNOPSIS
#include <defs>
inherit STD_DRINK;
FILE
/std/drink.c
DESCRIPTION
The standard drink. This object is not directly drinkable
itself - instead it acts a container for liquids. You'll have
to move a STD_LIQUID object into it for being a "real drink".
Another possibilty is to call
object ob= STD_DRINK->clone_drink(name)
Then a drink object will be cloned and automatically filled
with the liquid of your choice from /std/liquid
SEE ALSO
std/liquid_container
SUBTOPICS