| 150 | } |
| 151 | |
| 152 | staticfn boolean |
| 153 | histemple_at(struct monst *priest, coordxy x, coordxy y) |
| 154 | { |
| 155 | return (boolean) (priest && priest->ispriest |
| 156 | && (EPRI(priest)->shroom == *in_rooms(x, y, TEMPLE)) |
| 157 | && on_level(&(EPRI(priest)->shrlevel), &u.uz)); |
| 158 | } |
| 159 | |
| 160 | boolean |
| 161 | inhistemple(struct monst *priest) |
no test coverage detected