version 1.167 | | version 1.168 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.167 2006/05/05 09:26:34 ryo_saeba Exp $"; | | * "$Id: apply.c,v 1.168 2006/05/05 10:14:04 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
} | | } |
/* If we are just printing, we don't care about cursed status */ | | /* If we are just printing, we don't care about cursed status */ |
if ((aflags & AP_IGNORE_CURSE) || (aflags & AP_PRINT) || | | if ((aflags & AP_IGNORE_CURSE) || (aflags & AP_PRINT) || |
(!(QUERY_FLAG(tmp, FLAG_CURSED) && !QUERY_FLAG(tmp, FLAG_DAMNED)))) { | | (!(QUERY_FLAG(tmp, FLAG_CURSED) || QUERY_FLAG(tmp, FLAG_DAMNED)))) { |
if (aflags & AP_PRINT) | | if (aflags & AP_PRINT) |
new_draw_info(NDI_UNIQUE, 0, who, query_name(tmp)); | | new_draw_info(NDI_UNIQUE, 0, who, query_name(tmp)); |
else | | else |