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

Function uunstick

src/polyself.c:1940–1951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1938}
1939
1940void
1941uunstick(void)
1942{
1943 struct monst *mtmp = u.ustuck;
1944
1945 if (!mtmp) {
1946 impossible("uunstick: no ustuck?");
1947 return;
1948 }
1949 set_ustuck((struct monst *) 0); /* before pline() */
1950 pline("%s is no longer in your clutches.", Monnam(mtmp));
1951}
1952
1953void
1954skinback(boolean silently)

Callers 4

hmonasFunction · 0.85
polymanFunction · 0.85
polymonFunction · 0.85
vamprisesFunction · 0.85

Calls 4

set_ustuckFunction · 0.85
MonnamFunction · 0.85
impossibleFunction · 0.70
plineFunction · 0.70

Tested by

no test coverage detected