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.81 by root, Sat May 3 12:29:09 2008 UTC vs.
Revision 1.82 by root, Sun May 4 15:22:14 2008 UTC

465 if (object *pl = op->in_player ()) 465 if (object *pl = op->in_player ())
466 { 466 {
467 if (pl->ms ().flags () & P_NO_CLERIC && !QUERY_FLAG (pl, FLAG_WIZCAST)) 467 if (pl->ms ().flags () & P_NO_CLERIC && !QUERY_FLAG (pl, FLAG_WIZCAST))
468 new_draw_info (NDI_UNIQUE, 0, pl, "You feel something fizzle inside you."); 468 new_draw_info (NDI_UNIQUE, 0, pl, "You feel something fizzle inside you.");
469 else 469 else
470 { 470 pl->player_goto (op->slaying, op->stats.hp, op->stats.sp);
471 // remove first so we do not call update_stats
472 op->remove ();
473 pl->enter_exit (op);
474 }
475 } 471 }
476 472
477 op->destroy (); 473 op->destroy ();
478} 474}
479 475

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines