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

Function p_glow1

src/read.c:666–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666staticfn void
667p_glow1(struct obj *otmp)
668{
669 pline("%s briefly.", Yobjnam2(otmp, Blind ? "vibrate" : "glow"));
670}
671
672staticfn void
673p_glow2(struct obj *otmp, const char *color)

Callers 1

rechargeFunction · 0.85

Calls 2

Yobjnam2Function · 0.85
plineFunction · 0.70

Tested by

no test coverage detected