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

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.60 by root, Sun May 4 19:41:51 2008 UTC vs.
Revision 1.61 by root, Tue May 6 16:32:34 2008 UTC

291 new_draw_info (NDI_UNIQUE, 0, op, "You come to earth."); 291 new_draw_info (NDI_UNIQUE, 0, op, "You come to earth.");
292 } 292 }
293 else 293 else
294 { 294 {
295 SET_FLAG (skill, FLAG_APPLIED); 295 SET_FLAG (skill, FLAG_APPLIED);
296 new_draw_info (NDI_UNIQUE, 0, op, "You rise into the air!."); 296 new_draw_info (NDI_UNIQUE, 0, op, "You rise into the air!");
297 } 297 }
298 298
299 op->update_stats (); 299 op->update_stats ();
300 success = 1; 300 success = 1;
301 break; 301 break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines