version 1.131 | | version 1.132 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.131 2005/07/19 22:52:39 akirschbaum Exp $"; | | * "$Id: apply.c,v 1.132 2005/08/10 13:38:31 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
decrease_ob(tmp); | | decrease_ob(tmp); |
return 1; | | return 1; |
} | | } |
if ((at = find_archetype("depletion"))==NULL) { | | if ((at = find_archetype(ARCH_DEPLETION))==NULL) { |
LOG(llevError,"Could not find archetype depletion\n"); | | LOG(llevError,"Could not find archetype depletion\n"); |
return 0; | | return 0; |
} | | } |