version 1.23 | | version 1.24 |
---|
| | |
/* | | /* |
* static char *rcsid_skills_c = | | * static char *rcsid_skills_c = |
* "$Id: skills.c,v 1.23 2002/01/25 10:53:37 gros Exp $"; | | * "$Id: skills.c,v 1.24 2002/02/06 05:54:47 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
Copyright (C) 2000 Mark Wedel | | Copyright (C) 2001 Mark Wedel & Crossfire Development Team |
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 mwedel@scruz.net | | The authors can be reached via e-mail to crossfire-devel@real-time.com |
*/ | | */ |
| | |
/* Initial coding: 6 Sep 1994, Nick Williams (njw@cs.city.ac.uk) */ | | /* Initial coding: 6 Sep 1994, Nick Williams (njw@cs.city.ac.uk) */ |
| | |
object *item; | | object *item; |
char *string=params; | | char *string=params; |
int msgtype; | | int msgtype; |
int i; | | |
| | |
if(pl->type!=PLAYER) return 0; | | if(pl->type!=PLAYER) return 0; |
if (!params) { | | if (!params) { |