version 1.17 | | version 1.18 |
---|
| | |
/* | | /* |
* 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 |
| | |
| | |
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 |
} | | } |