| 1691 | } |
| 1692 | |
| 1693 | boolean |
| 1694 | u_rooted(void) |
| 1695 | { |
| 1696 | if (!gy.youmonst.data->mmove) { |
| 1697 | You("are rooted %s.", |
| 1698 | Levitation || Is_airlevel(&u.uz) || Is_waterlevel(&u.uz) |
| 1699 | ? "in place" |
| 1700 | : "to the ground"); |
| 1701 | nomul(0); |
| 1702 | return TRUE; |
| 1703 | } |
| 1704 | return FALSE; |
| 1705 | } |
| 1706 | |
| 1707 | void |
| 1708 | notice_mon(struct monst *mtmp) |
no test coverage detected