ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_effect.C
(Generate patch)

Comparing deliantra/server/server/spell_effect.C (file contents):
Revision 1.110 by root, Mon Oct 12 14:00:59 2009 UTC vs.
Revision 1.111 by root, Mon Oct 12 21:27:55 2009 UTC

1574 /* show invisible */ 1574 /* show invisible */
1575 if (QUERY_FLAG (spell, FLAG_MAKE_INVIS) && 1575 if (QUERY_FLAG (spell, FLAG_MAKE_INVIS) &&
1576 /* Might there be other objects that we can make visible? */ 1576 /* Might there be other objects that we can make visible? */
1577 (tmp->invisible && (QUERY_FLAG (tmp, FLAG_MONSTER) 1577 (tmp->invisible && (QUERY_FLAG (tmp, FLAG_MONSTER)
1578 || (tmp->type == PLAYER && !QUERY_FLAG (tmp, FLAG_WIZ)) 1578 || (tmp->type == PLAYER && !QUERY_FLAG (tmp, FLAG_WIZ))
1579 || tmp->type == CF_HANDLE 1579 || tmp->type == T_HANDLE
1580 || tmp->type == TRAPDOOR 1580 || tmp->type == TRAPDOOR
1581 || tmp->type == EXIT 1581 || tmp->type == EXIT
1582 || tmp->type == HOLE 1582 || tmp->type == HOLE
1583 || tmp->type == BUTTON 1583 || tmp->type == BUTTON
1584 || tmp->type == TELEPORTER 1584 || tmp->type == TELEPORTER

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines