returns the name of the hero's deity */
| 2521 | |
| 2522 | /* returns the name of the hero's deity */ |
| 2523 | const char * |
| 2524 | u_gname(void) |
| 2525 | { |
| 2526 | return align_gname(u.ualign.type); |
| 2527 | } |
| 2528 | |
| 2529 | const char * |
| 2530 | align_gname(aligntyp alignment) |
no test coverage detected