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.84 by root, Tue Sep 30 03:34:01 2008 UTC vs.
Revision 1.85 by root, Tue Sep 30 10:12:39 2008 UTC

976 976
977 int caster_level = skill->level; 977 int caster_level = skill->level;
978 978
979 if (op->path_attuned & spell_ob->path_attuned) 979 if (op->path_attuned & spell_ob->path_attuned)
980 { 980 {
981 caster_level += min (cast_level * 2, ATTUNE_REPELL); 981 caster_level += min (cast_level, ATTUNE_REPELL);
982 msg = " (attuned)"; 982 msg = " (attuned)";
983 } 983 }
984 984
985 if (op->path_repelled & spell_ob->path_attuned) 985 if (op->path_repelled & spell_ob->path_attuned)
986 { 986 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines