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

Function unearth_you

src/dig.c:2229–2238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2227}
2228
2229void
2230unearth_you(void)
2231{
2232 debugpline0("unearth_you");
2233 u.uburied = FALSE;
2234 under_ground(0);
2235 if (!uamul || uamul->otyp != AMULET_OF_STRANGULATION)
2236 Strangled = 0;
2237 vision_recalc(0);
2238}
2239
2240void
2241escape_tomb(void)

Callers 1

escape_tombFunction · 0.85

Calls 2

under_groundFunction · 0.85
vision_recalcFunction · 0.85

Tested by

no test coverage detected