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

Function In_V_tower

src/dungeon.c:1906–1910  ·  view source on GitHub ↗

is `lev' part of Vlad's tower? */

Source from the content-addressed store, hash-verified

1904
1905/* is `lev' part of Vlad's tower? */
1906boolean
1907In_V_tower(d_level *lev)
1908{
1909 return (boolean) (lev->dnum == tower_dnum);
1910}
1911
1912/* is `lev' a level containing the Wizard's tower? */
1913boolean

Callers 6

throne_sit_effectFunction · 0.85
generic_lvl_descFunction · 0.85
lev_by_nameFunction · 0.85
makemonFunction · 0.85
find_defensiveFunction · 0.85
mineralizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected