inherit "/obj/weapon";
void setup()
{
set_base_weapon("club");
set_name("spoon");
set_short("Spoon");
add_alias("spoon");
add_alias("spoon");
set_long("A huge spoon, used to stir the food and keep flies out of the"
" kitchen. But as the spoon looks to you, it can also"
" be used to get rid of unwanted customers..\n\n");
set_weight(15);
}