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

Comparing deliantra/server/server/gods.C (file contents):
Revision 1.22 by root, Fri May 18 19:46:22 2007 UTC vs.
Revision 1.23 by root, Tue May 22 10:50:01 2007 UTC

353 become_follower (pl, &altar->other_arch->clone); 353 become_follower (pl, &altar->other_arch->clone);
354 else 354 else
355 { 355 {
356 /* toss this player off the altar. He can try again. */ 356 /* toss this player off the altar. He can try again. */
357 new_draw_info (NDI_UNIQUE | NDI_NAVY, 0, pl, "A divine force pushes you off the altar."); 357 new_draw_info (NDI_UNIQUE | NDI_NAVY, 0, pl, "A divine force pushes you off the altar.");
358 pl->contr->fire_on = 0;
358 pl->speed_left = 0.f; 359 pl->speed_left = 1.f;
359 move_player (pl, absdir (pl->facing + 4)); /* back him off the way he came. */ 360 move_player (pl, absdir (pl->facing + 4)); /* back him off the way he came. */
360 } 361 }
361 } 362 }
362} 363}
363 364

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines