MCPcopy Index your code
hub / github.com/NetHack/NetHack / self_invis_message

Function self_invis_message

src/potion.c:470–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void
471self_invis_message(void)
472{
473 pline("%s %s.",
474 Hallucination ? "Far out, man! You"
475 : "Gee! All of a sudden, you",
476 See_invisible ? "can see right through yourself"
477 : "can't see yourself");
478}
479
480staticfn void
481ghost_from_bottle(void)

Callers 5

peffect_invisibilityFunction · 0.85
Ring_onFunction · 0.85
cpostfxFunction · 0.85
domagictrapFunction · 0.85
zapyourselfFunction · 0.85

Calls 1

plineFunction · 0.70

Tested by

no test coverage detected