is mtmp in position to use ranged attack on hero? */
| 1395 | |
| 1396 | /* is mtmp in position to use ranged attack on hero? */ |
| 1397 | boolean |
| 1398 | lined_up(struct monst *mtmp) |
| 1399 | { |
| 1400 | return m_lined_up(&gy.youmonst, mtmp) ? TRUE : FALSE; |
| 1401 | } |
| 1402 | |
| 1403 | /* check if a monster is carrying an item of a particular type */ |
| 1404 | struct obj * |
no test coverage detected