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

Function vault_summon_gd

src/vault.c:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void
237vault_summon_gd(void)
238{
239 if (vault_occupied(u.urooms) && !findgd())
240 u.uinvault = (VAULT_GUARD_TIME - 1);
241}
242
243char
244vault_occupied(char *array)

Callers 1

use_whistleFunction · 0.85

Calls 2

vault_occupiedFunction · 0.85
findgdFunction · 0.85

Tested by

no test coverage detected