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

Function postadjabil

src/attrib.c:778–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778staticfn
779void
780postadjabil(long *ability)
781{
782 if (!u.ulevel) /* initializing hero; don't attempt screen update yet */
783 return;
784 if (ability == &(HWarning) || ability == &(HSee_invisible))
785 see_monsters();
786}
787
788staticfn const struct innate *
789role_abil(int r)

Callers 1

adjabilFunction · 0.85

Calls 1

see_monstersFunction · 0.85

Tested by

no test coverage detected