version 1.55 | | version 1.56 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.55 2001/06/04 06:41:02 mwedel Exp $"; | | * "$Id: spell_effect.c,v 1.56 2001/06/11 18:47:27 michtoen Exp $"; |
*/ | | */ |
| | |
| | |
| | |
case SP_SHOW_INVIS: | | case SP_SHOW_INVIS: |
/* Might there be other objects that we can make visibile? */ | | /* Might there be other objects that we can make visibile? */ |
if (tmp->invisible && (QUERY_FLAG(tmp, FLAG_MONSTER) || | | if (tmp->invisible && (QUERY_FLAG(tmp, FLAG_MONSTER) || |
tmp->type==PLAYER || tmp->type==HANDLE || | | tmp->type==PLAYER || tmp->type==CF_HANDLE || |
tmp->type==TRAPDOOR || tmp->type==EXIT || tmp->type==HOLE || | | tmp->type==TRAPDOOR || tmp->type==EXIT || tmp->type==HOLE || |
tmp->type==BUTTON || tmp->type==TELEPORTER || | | tmp->type==BUTTON || tmp->type==TELEPORTER || |
tmp->type==GATE || tmp->type==LOCKED_DOOR || | | tmp->type==GATE || tmp->type==LOCKED_DOOR || |
| | |
} | | } |
return 1; | | return 1; |
} | | } |
| | |