// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("garlic" );
set_short("small clove of garlic" );
add_adjective(({ "small", "clove" }) );
set_long("A small clove of garlic.\n" );
add_alias(({"garlic", "small clove", "clove"}) );
set_weight(1 );
set_value(5 );
set_main_plural("small cloves of garlic" );
add_plural("cloves" );
add_eat_effect( "/std/effects/ingested/garlic_breath", 200 );
set_medium_alias("Garlic" );
} /* setup() */