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.105 by root, Tue Nov 10 04:38:46 2009 UTC vs.
Revision 1.106 by root, Tue Nov 10 16:02:07 2009 UTC

1468 break; 1468 break;
1469 1469
1470 case SP_MOVING_BALL: 1470 case SP_MOVING_BALL:
1471 if (QUERY_FLAG (victim, FLAG_ALIVE)) 1471 if (QUERY_FLAG (victim, FLAG_ALIVE))
1472 hit_player (victim, spell->stats.dam, spell, spell->attacktype, 1); 1472 hit_player (victim, spell->stats.dam, spell, spell->attacktype, 1);
1473 else 1473 else if (victim->material != &material_null)
1474 save_throw_object (victim, spell->attacktype, spell); 1474 save_throw_object (victim, spell->attacktype, spell);
1475 1475
1476 break; 1476 break;
1477 } 1477 }
1478} 1478}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines