also for praying; find worn item that confers "Unchanging" attribute */
| 2684 | |
| 2685 | /* also for praying; find worn item that confers "Unchanging" attribute */ |
| 2686 | struct obj * |
| 2687 | unchanger(void) |
| 2688 | { |
| 2689 | if (uamul && uamul->otyp == AMULET_OF_UNCHANGING) |
| 2690 | return uamul; |
| 2691 | return 0; |
| 2692 | } |
| 2693 | |
| 2694 | staticfn |
| 2695 | int |
no outgoing calls
no test coverage detected