version 1.43 | | version 1.44 |
---|
| | |
/* | | /* |
* static char *rcsid_gods_c = | | * static char *rcsid_gods_c = |
* "$Id: gods.c,v 1.43 2004/05/20 05:50:00 mwedel Exp $"; | | * "$Id: gods.c,v 1.44 2004/11/15 17:58:08 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
/** | | /** |
* Determines if op worships a god. | | * Determines if op worships a god. |
* Returns the godname if they do. In the case of an NPC, if they have | | * Returns the godname if they do or "none" if they have no god. |
* no god, we give them a random one. -b.t. | | * In the case of an NPC, if they have no god, we give them a random one. -b.t. |
*/ | | */ |
| | |
char *determine_god(object *op) { | | char *determine_god(object *op) { |