inherit "/obj/weapon"; void setup() { set_base_weapon("battle axe"); set_name("battle axe"); set_short("battle axe"); set_long("This is a large and nasty axe which could probably hurt " "a lot if it hit you.\n"); add_alias("axe"); set_main_plural("battle axes"); add_plural("axes"); }