Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
666
staticfn void
667
p_glow1(struct obj *otmp)
668
{
669
pline(
"%s briefly."
, Yobjnam2(otmp, Blind ?
"vibrate"
:
"glow"
));
670
}
671
672
staticfn void
673
p_glow2(struct obj *otmp, const char *color)
Callers
1
recharge
Function · 0.85
Calls
2
Yobjnam2
Function · 0.85
pline
Function · 0.70
Tested by
no test coverage detected