MCPcopy Index your code
hub / github.com/NetHack/NetHack / find_hell

Function find_hell

src/dungeon.c:1948–1953  ·  view source on GitHub ↗

sets *lev to be the gateway to Gehennom... */

Source from the content-addressed store, hash-verified

1946
1947/* sets *lev to be the gateway to Gehennom... */
1948void
1949find_hell(d_level *lev)
1950{
1951 lev->dnum = valley_level.dnum;
1952 lev->dlevel = 1;
1953}
1954
1955/* go directly to hell... */
1956void

Callers 5

special_throne_effectFunction · 0.85
level_teleFunction · 0.85
invoke_banishFunction · 0.85
goto_hellFunction · 0.85
fall_throughFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected