MCPcopy Create free account
hub / github.com/NetHack/NetHack / spo_end_moninvent

Function spo_end_moninvent

src/sp_lev.c:3030–3036  ·  view source on GitHub ↗

ARGUSED*/

Source from the content-addressed store, hash-verified

3028
3029/*ARGUSED*/
3030staticfn void
3031spo_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*/
3039staticfn void

Callers 1

lspo_monsterFunction · 0.85

Calls 1

m_dowearFunction · 0.85

Tested by

no test coverage detected