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

Function doloot

src/pickup.c:2165–2174  ·  view source on GitHub ↗

#loot extended command */

Source from the content-addressed store, hash-verified

2163
2164/* #loot extended command */
2165int
2166doloot(void)
2167{
2168 int res;
2169
2170 gl.loot_reset_justpicked = TRUE;
2171 res = doloot_core();
2172 gl.loot_reset_justpicked = FALSE;
2173 return res;
2174}
2175
2176/* loot a container on the floor or loot saddle from mon. */
2177staticfn int

Callers 1

doopen_indirFunction · 0.85

Calls 1

doloot_coreFunction · 0.85

Tested by

no test coverage detected