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

Function set_ulycn

src/were.c:231–237  ·  view source on GitHub ↗

lycanthropy is being caught or cured, but no shape change is involved */

Source from the content-addressed store, hash-verified

229
230/* lycanthropy is being caught or cured, but no shape change is involved */
231void
232set_ulycn(int which)
233{
234 u.ulycn = which;
235 /* add or remove lycanthrope's innate intrinsics (Drain_resistance) */
236 set_uasmon();
237}
238
239/*were.c*/

Callers 4

peffect_waterFunction · 0.85
mhitm_ad_wereFunction · 0.85
you_unwereFunction · 0.85
cpostfxFunction · 0.85

Calls 1

set_uasmonFunction · 0.85

Tested by

no test coverage detected