munge priest-specific structure when restoring -dlc */
| 930 | |
| 931 | /* munge priest-specific structure when restoring -dlc */ |
| 932 | void |
| 933 | restpriest(struct monst *mtmp, boolean ghostly) |
| 934 | { |
| 935 | if (u.uz.dlevel) { |
| 936 | if (ghostly) |
| 937 | assign_level(&(EPRI(mtmp)->shrlevel), &u.uz); |
| 938 | } |
| 939 | } |
| 940 | |
| 941 | #undef ALGN_SINNED |
| 942 | #undef ALGN_DEVOUT |
no test coverage detected