let chameleons change and mimics hide again; called when taking off ring of protection from shape changers */
| 4637 | /* let chameleons change and mimics hide again; called when taking off |
| 4638 | ring of protection from shape changers */ |
| 4639 | void |
| 4640 | restartcham(void) |
| 4641 | { |
| 4642 | iter_mons(m_restartcham); |
| 4643 | } |
| 4644 | |
| 4645 | /* called when restoring a monster from a saved level; protection |
| 4646 | against shape-changing might be different now than it was at the |
no test coverage detected