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

Comparing deliantra/server/server/spell_util.C (file contents):
Revision 1.35 by root, Thu Jan 18 22:20:00 2007 UTC vs.
Revision 1.36 by root, Wed Feb 7 02:04:47 2007 UTC

1658 break; 1658 break;
1659 1659
1660 case SP_MOVING_BALL: 1660 case SP_MOVING_BALL:
1661 if (QUERY_FLAG (victim, FLAG_ALIVE)) 1661 if (QUERY_FLAG (victim, FLAG_ALIVE))
1662 hit_player (victim, spell->stats.dam, spell, spell->attacktype, 1); 1662 hit_player (victim, spell->stats.dam, spell, spell->attacktype, 1);
1663 else if (victim->material || victim->materialname) 1663 else if (victim->materialname)
1664 save_throw_object (victim, spell->attacktype, spell); 1664 save_throw_object (victim, spell->attacktype, spell);
1665 break; 1665 break;
1666 } 1666 }
1667} 1667}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines