inherit "/std/weapon";
create() {
::create();
set_id(({"sword","dull sword","a dull sword"}));
set_name("sword");
set_short("a dull sword");
set_long( "This sword has seen better days. It appears to have "
"been sitting in the sewers a while and as a consequence it "
"is rusted almost to the point of uselessness.");
set_mass(500); set_value( 50);
set_wc(7);
set_ac(1);
set_type("blade");
set_wield_string("A disgusting slime covers your hand as you "
"wield the sword.");
}