#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); }