// Autogenned file
inherit "/obj/reagents/transient.c";
void setup(){
// #class
  set_medium_alias( "CommandReagent"  );
  set_amount_types( ([ "drop": ({ 1, "drops" }) ])  );
  set_weight_unit( ({1, 10000})  );
  set_final( "morph"  );
  set_continuous(  );
  set_duration( 5  );
  set_amount( 1 );
} /* setup() */