// Autogenned file
inherit "/obj/vessel.c";
void setup(){
// #class
set_name("tumbler" );
set_short("glass tumbler" );
add_adjective("glass" );
set_long("This is a short glass tumbler, of the sort usually found in pubs " "and restaurants.\n" );
set_stuck(1 );
set_leak_rate(0 );
set_value(100 );
set_weight(5 );
set_max_volume(1300 );
set_material("glass" );
add_property("fragile",500 );
add_property("pub item",1 );
remove_property("opaque" );
} /* setup() */