/* -*- LPC -*- */
/*
* $Locker: $
* $Id: idea.c,v 1.2 1998/04/16 12:52:49 pinkfish Exp $
* $Log: idea.c,v $
* Revision 1.2 1998/04/16 12:52:49 pinkfish
* Update to use the new report base inhertiable command.
*
* Revision 1.2 1998/02/28 02:47:28 presto
* fixed destination directory for virtual object bugreps
*
* Revision 1.1 1998/01/06 05:29:43 ceres
* Initial revision
*
*/
/**
* Does this nice bug reporting for the players. Uses a neato
* base object whizz bang thing now.
* @author Pinkfish
*/
inherit "/cmds/report_base";
void create() {
::create();
set_error_type("IDEA");
set_use_last_error(0);
} /* create() */