/* -*- LPC -*- */
/*
* $Locker: terano $
* $Id: meditate.c,v 1.1 1998/01/06 05:28:43 ceres Exp terano $
* $Log: meditate.c,v $
* Revision 1.1 1998/01/06 05:28:43 ceres
* Initial revision
*
*/
inherit "/cmds/position_base";
#include <position.h>
void create() {
::create();
setup_position("meditate", "", MEDITATING);
} /* create() */