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

Function check_ransacked

src/mkmaze.c:706–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706staticfn void
707check_ransacked(const char *s)
708{
709 /* this kludge only works as long as orctown is minetn-1 */
710 gr.ransacked = (u.uz.dnum == mines_dnum && !strcmp(s, "minetn-1"));
711}
712
713#define ORC_LEADER 1
714static const char *const orcfruit[] = { "paddle cactus", "dwarven root" };

Callers 1

makemazFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected