#include "path.h" inherit "/obj/container.c"; setup() { set_long("An ancient whiskey bottle.\n"); set_leak_rate(0); set_max_volume(200); set_short("bottle"); set_name("bottle"); add_adjective("ancient"); set_volume(180); set_value(100); set_water_volume(180); set_misc_attrs( ({ 40, 70, ({ ({ "ancient whiskey", 100 }) }), ({ ({ "amber", 100 }) }), ({ ({ "heaven", 100 }) }), ({ ({ "nectar", 100 }) }), }), 100); }