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

Comparing deliantra/server/server/spell_attack.C (file contents):
Revision 1.21 by root, Wed Dec 20 09:14:22 2006 UTC vs.
Revision 1.22 by root, Fri Dec 22 16:34:00 2006 UTC

1530 force->stats.ac = spell_ob->stats.ac; 1530 force->stats.ac = spell_ob->stats.ac;
1531 force->stats.wc = spell_ob->stats.wc; 1531 force->stats.wc = spell_ob->stats.wc;
1532 1532
1533 change_abil (tmp, force); /* Mostly to display any messages */ 1533 change_abil (tmp, force); /* Mostly to display any messages */
1534 insert_ob_in_ob (force, tmp); 1534 insert_ob_in_ob (force, tmp);
1535 fix_player (tmp); 1535 tmp->update_stats ();
1536 return 1; 1536 return 1;
1537 1537
1538} 1538}
1539 1539
1540 1540

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines