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

Function p_glow3

src/read.c:679–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679staticfn void
680p_glow3(struct obj *otmp, const char *color)
681{
682 pline("%s feebly%s%s for a moment.",
683 Yobjnam2(otmp, Blind ? "vibrate" : "glow"),
684 Blind ? "" : " ", Blind ? "" : hcolor(color));
685}
686
687/* getobj callback for object to charge */
688int

Callers 1

rechargeFunction · 0.85

Calls 3

Yobjnam2Function · 0.85
hcolorFunction · 0.85
plineFunction · 0.70

Tested by

no test coverage detected