// Autogenned file
inherit "/obj/food.c";
void setup(){
// #class
  set_name( "madman" );
  set_short( "Floppy Madman" );
  set_long( "The Floppy Madman is a small green-capped mushroom.  It is a typical "    "member of the fungi kingdom, as it thrives in dark, moist "    "environments such as deep forests.  The mushroom has gotten its "    "name from its humorously floppy cap, and possible delusionary "    "effects.\n" );
  add_adjective( ({ "some" }) );
  add_property( "determinate", "some " );
  set_weight( 1 );
  add_alias( "mushroom"  );
  add_plural( "madmen"  );
  add_plural( "mushrooms"  );
  set_medium_alias( "FloppyMadman" );
} /* setup() */