inherit "/obj/weapon";
void setup() {
set_base_weapon("halberd");
set_name("halberd");
set_short("halberd");
set_long("This is a long pole-arm with an evil looking axe blade tipped "
" with a spear head.\n");
set_main_plural("halberds");
}