version 1.53 | | version 1.54 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.53 2005/09/04 16:58:12 akirschbaum Exp $"; | | * "$Id: commands.c,v 1.54 2005/09/09 21:09:41 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"teleport", command_teleport,0.0}, | | {"teleport", command_teleport,0.0}, |
{"toggle_shout", command_toggle_shout,0.0}, | | {"toggle_shout", command_toggle_shout,0.0}, |
{"wizpass", command_wizpass,0.0}, | | {"wizpass", command_wizpass,0.0}, |
| | {"wizcast", command_wizcast,0.0}, |
{"overlay_save", command_save_overlay, 0.0}, | | {"overlay_save", command_save_overlay, 0.0}, |
/* {"possess", command_possess, 0.0}, */ | | /* {"possess", command_possess, 0.0}, */ |
{"mon_aggr", command_mon_aggr, 0.0}, | | {"mon_aggr", command_mon_aggr, 0.0}, |