Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ off_msg
Function
off_msg
src/do_wear.c:67–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void
68
off_msg(struct obj *otmp)
69
{
70
if (flags.verbose)
71
You(
"were wearing %s."
, doname(otmp));
72
}
73
74
/* for items that involve no delay */
75
staticfn void
Callers
6
Amulet_off
Function · 0.85
Blindf_off
Function · 0.85
armor_or_accessory_off
Function · 0.85
armoroff
Function · 0.85
take_off
Function · 0.85
dosinkfall
Function · 0.85
Calls
2
You
Function · 0.85
doname
Function · 0.85
Tested by
no test coverage detected