#include "path.h" inherit "/obj/container"; setup() { set_name("backpack"); set_short("backpack"); set_long("It is a bag, of sorts, for putting things in.\n"); add_alias("pack"); set_value(400); set_weight(20); set_max_weight(200); set_prevent_insert(); }