/* -*- LPC -*- */
/*
* $Locker: $
* $Id: neutral.c,v 1.1 1998/01/06 04:20:30 ceres Exp $
* $Log: neutral.c,v $
* Revision 1.1 1998/01/06 04:20:30 ceres
* Initial revision
*
*/
/**
* This is the effect skelton docs. This effect
* has a classification of "mind.fluster".
* <p>
* Describe the arguments in here.
* @classification mind.fluster
* @see help::effects
*/
inherit "/std/effects/basic";
void create() {
set_boundaries(
({ -10, -10 }), ({ 10, 10 }) );
}
int backdrop() { return 1; }
/* defaults are fine for everything else */