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

Function In_mines

src/dungeon.c:1855–1859  ·  view source on GitHub ↗

are you in the mines dungeon? */

Source from the content-addressed store, hash-verified

1853
1854/* are you in the mines dungeon? */
1855boolean
1856In_mines(d_level *lev)
1857{
1858 return (boolean) (lev->dnum == mines_dnum);
1859}
1860
1861/*
1862 * Return the branch for the given dungeon.

Callers 10

level_teleFunction · 0.85
goto_levelFunction · 0.85
check_special_roomFunction · 0.85
nameshkFunction · 0.85
m_initinvFunction · 0.85
set_mimic_symFunction · 0.85
dobuzzFunction · 0.85
deliver_obj_to_monFunction · 0.85
mineralizeFunction · 0.85
create_monsterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected