inherit "/obj/container"; setup() { set_name( "leather money pouch" ); set_short("Leather money pouch"); set_long( "Its a small leather money pouch. You can put your money in it.\n" ); add_alias( ({ "pouch", "money pouch", "leather pouch" }) ); add_adjective( ({ "leather", "money" }) ); add_plural("leather money pouches"); set_value(100); set_weight(10); set_max_weight(100); set_prevent_insert(); }