version 1.109 | | version 1.110 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_c = | | * static char *rcsid_attack_c = |
* "$Id: attack.c,v 1.109 2005/08/12 13:46:34 ryo_saeba Exp $"; | | * "$Id: attack.c,v 1.110 2005/08/16 20:31:40 cavesomething Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
* So forget lighting magical swords on fire with this!) -b.t. | | * So forget lighting magical swords on fire with this!) -b.t. |
*/ | | */ |
if(type&(AT_FIRE|AT_ELECTRICITY) | | if(type&(AT_FIRE|AT_ELECTRICITY) |
&&op->other_arch&&op->glow_radius) { | | &&op->other_arch&&QUERY_FLAG(op, FLAG_IS_LIGHTABLE)) { |
const char *arch=op->other_arch->name; | | const char *arch=op->other_arch->name; |
| | |
op = decrease_ob_nr (op, 1); | | op = decrease_ob_nr (op, 1); |