inherit "/obj/weapon";
void setup()
{
set_base_weapon("long sword");
set_name("whispering blade");
add_alias("blade");
set_main_plural("whispering blades");
add_plural("blades");
set_short("Whispering Blade");
set_long("This Whispering Blade was forged deep in Shadow "
"Valley. Named after the Whispering Woods in this "
"valley, some people still think the name comes "
"from the sound it makes while in combat.\n");
}