Difference for server/gods.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_gods_c =   * static char *rcsid_gods_c =
  *   "$Id: gods.c,v 1.17 2001/04/19 15:40:26 avogl Exp $";   *   "$Id: gods.c,v 1.18 2001/04/28 06:19:54 mardahl Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 145
 
Line 145
   
    become_follower(pl,&altar->other_arch->clone);     become_follower(pl,&altar->other_arch->clone);
  } /* If angry... switching gods */   } /* If angry... switching gods */
           else {  /* toss this player off the altar.  He can try again. */
             new_draw_info_format(NDI_UNIQUE|NDI_NAVY,0,pl,
                                  "A divine force pushes you off the altar.");
             move_player(pl,(pl->facing + 4)%8); /* back him off the way he came. */
           } /* didn't successfully change, so forced off altar. */
     } /* If prayed at altar to other god */      } /* If prayed at altar to other god */
 #endif  #endif
 }  }


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:33