MCPcopy 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
67void
68off_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 */
75staticfn void

Callers 6

Amulet_offFunction · 0.85
Blindf_offFunction · 0.85
armor_or_accessory_offFunction · 0.85
armoroffFunction · 0.85
take_offFunction · 0.85
dosinkfallFunction · 0.85

Calls 2

YouFunction · 0.85
donameFunction · 0.85

Tested by

no test coverage detected