inherit "/obj/armour";
void setup()
{
set_base_armour("slippers");
set_name("boots");
set_short("Battered boots");
set_main_plural("battered boots");
add_plural("boots");
set_long("An old pair of boots, they've seen better days, the good thing is "
"that they are almost certain to fit. They are rather large and the extra space "
"has been filled with dried grasses.\n");
}