#include "path.h"
inherit AMMO /* ammo.c*/
setup()
{
set_name("blue bolt");
set_short("Blue bolt");
set_long("A blue test bolt, hope it hit your ass\n\n");
add_alias("bolt");
set_proj_name("bolt");
set_main_plural("blue bolts");
add_plural("bolts");
set_weight(1);
set_weapon_damage( ({ 1 , 6 , 0 }));
}