inherit "/obj/weapon";
void setup()
{
set_base_weapon("dirk");
set_name("stiletto");
set_main_plural("stilettos");
set_short("Stiletto");
set_long("This is a small weapon whick closely resemples a "
"dagger. Since it has a sharper point and finer "
"edges, it is better for stealthy piercing "
"attacks.\n");
add_plural("stilettos");
}