version 1.32 | | version 1.33 |
---|
| | |
/* | | /* |
* static char *rcsid_c_object_c = | | * static char *rcsid_c_object_c = |
* "$Id: c_object.c,v 1.32 2002/03/01 21:33:11 avogl Exp $"; | | * "$Id: c_object.c,v 1.33 2002/03/03 20:05:58 avogl Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
else { | | else { |
/* Only quetzals can see the resistances on flesh. To realize | | /* Only quetzals can see the resistances on flesh. To realize |
this, we temporarily flag the flesh with SEE_INVISIBLE */ | | this, we temporarily flag the flesh with SEE_INVISIBLE */ |
if (op->type == PLAYER && tmp->type == FLESH && strcmp(op->race, "dragon") == 0) | | if (op->type == PLAYER && tmp->type == FLESH && is_dragon_pl(op)) |
SET_FLAG(tmp, FLAG_SEE_INVISIBLE); | | SET_FLAG(tmp, FLAG_SEE_INVISIBLE); |
| | |
strcpy(buf,"That is "); | | strcpy(buf,"That is "); |