force all chameleons and mimics to become themselves and werecreatures to revert to human form; called when Protection_from_shape_changers gets activated via wearing or eating ring or via #wizintrinsic */
| 4618 | to revert to human form; called when Protection_from_shape_changers gets |
| 4619 | activated via wearing or eating ring or via #wizintrinsic */ |
| 4620 | void |
| 4621 | rescham(void) |
| 4622 | { |
| 4623 | iter_mons(normal_shape); |
| 4624 | } |
| 4625 | |
| 4626 | staticfn void |
| 4627 | m_restartcham(struct monst *mtmp) |
no test coverage detected