inherit "/obj/weapon";
void setup()
{
    set_name("hoe");
    set_base_weapon("quarterstaff");
    set_short("Hoe");
    add_alias("hoe");
    set_long("   A long handled hoe such as might be used to weed "
      "between the plants. It has a blade on one end, and the handle "
      "is wooden. "
      "\n\n");
    set_weight(15);
}