// Autogenned file
inherit "/obj/reagents/generic_solid.ob";
void setup(){
// #class
set_name("guano" );
set_short("bat guano" );
set_main_plural("bat guano" );
add_adjective(({"bat"}) );
set_long("Bat guano is a fancy name for \"great big pile of bat... " "droppings\". This is $pile_size$ of bat guano, $amount_size$.\n" );
add_property("determinate", "" );
set_weight(1 );
set_amount( 50 );
set_continuous( );
set_medium_alias("BatGuano" );
} /* setup() */