creature will slide out of armor */
| 629 | |
| 630 | /* creature will slide out of armor */ |
| 631 | boolean |
| 632 | sliparm(struct permonst *ptr) |
| 633 | { |
| 634 | return (boolean) (is_whirly(ptr) || ptr->msize <= MZ_SMALL |
| 635 | || noncorporeal(ptr)); |
| 636 | } |
| 637 | |
| 638 | /* creature will break out of armor */ |
| 639 | boolean |
no outgoing calls
no test coverage detected