version 1.95 | | version 1.96 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.95 2004/01/18 10:36:10 ryo_saeba Exp $"; | | * "$Id: apply.c,v 1.96 2004/02/08 04:24:49 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
case BOW: | | case BOW: |
case LAMP: | | case LAMP: |
case BUILDER: | | case BUILDER: |
| | case SKILL_TOOL: |
if (tmp->env != op) | | if (tmp->env != op) |
return 2; /* not in inventory */ | | return 2; /* not in inventory */ |
(void) apply_special (op, tmp, aflag); | | (void) apply_special (op, tmp, aflag); |