inherit "/obj/weapon"; void setup() { set_base_weapon("hand axe"); set_name("hatchet"); set_short("hatchet"); add_alias("hand axe"); add_alias("axe"); set_long("This is a small hatchet-like axe.\n"); set_main_plural("hatchets"); add_plural("hand axes"); add_plural("axes"); }