inherit "/obj/weapon";
void setup() {
set_base_weapon("long sword");
set_name("sawtooth sword");
set_short("sawtooth sword");
add_alias("sword");
set_long("This is a very wicked looking sword, it has a very "
"sharp edge on one side and saw like teeth on the other side. "
"The inscription reads 'This is the sword of G'nash.\n");
set_main_plural("sawtooth swords");
add_plural("swords");
}