ARGUSED*/
| 3028 | |
| 3029 | /*ARGUSED*/ |
| 3030 | staticfn void |
| 3031 | spo_end_moninvent(void) |
| 3032 | { |
| 3033 | if (invent_carrying_monster) |
| 3034 | m_dowear(invent_carrying_monster, TRUE); |
| 3035 | invent_carrying_monster = NULL; |
| 3036 | } |
| 3037 | |
| 3038 | /*ARGUSED*/ |
| 3039 | staticfn void |
no test coverage detected