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.106 by root, Thu Sep 17 01:59:48 2009 UTC vs.
Revision 1.107 by elmex, Thu Sep 17 16:53:15 2009 UTC

1085 new_draw_info (NDI_UNIQUE, 0, op, "You create an aura of magical force."); 1085 new_draw_info (NDI_UNIQUE, 0, op, "You create an aura of magical force.");
1086 1086
1087 } 1087 }
1088 else 1088 else
1089 { 1089 {
1090 int duration = change_ability_duration (caster, spell_ob); 1090 int duration = change_ability_duration (spell_ob, caster);
1091 1091
1092 if (duration > force->duration) 1092 if (duration > force->duration)
1093 { 1093 {
1094 force->duration = duration; 1094 force->duration = duration;
1095 new_draw_info (NDI_UNIQUE, 0, op, "You recast the spell while in effect."); 1095 new_draw_info (NDI_UNIQUE, 0, op, "You recast the spell while in effect.");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines