version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_c_wiz_c = | | * static char *rcsid_c_wiz_c = |
* "$Id: c_wiz.c,v 1.3 2000/04/17 14:18:13 jec Exp $"; | | * "$Id: c_wiz.c,v 1.4 2000/04/27 07:35:01 cvs Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
Copryight (C) 1994 Mark Wedel | | Copryight (C) 2000 Mark Wedel |
Copyright (C) 1992 Frank Tore Johansen | | Copyright (C) 1992 Frank Tore Johansen |
| | |
This program is free software; you can redistribute it and/or modify | | This program is free software; you can redistribute it and/or modify |
| | |
along with this program; if not, write to the Free Software | | along with this program; if not, write to the Free Software |
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| | |
The author can be reached via e-mail to master@rahul.net | | The author can be reached via e-mail to mwedel@scruz.net |
*/ | | */ |
| | |
/* | | /* |
| | |
new_draw_info_format(NDI_UNIQUE,0,op,"No such god %s.",str); | | new_draw_info_format(NDI_UNIQUE,0,op,"No such god %s.",str); |
return 1; | | return 1; |
} | | } |
become_follower(ob,str); | | become_follower(ob,find_god(str)); |
return 1; | | return 1; |
} | | } |
| | |