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

Function Ring_off

src/do_wear.c:1448–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1446}
1447
1448void
1449Ring_off(struct obj *obj)
1450{
1451 Ring_off_or_gone(obj, FALSE);
1452}
1453
1454void
1455Ring_gone(struct obj *obj)

Callers 5

armor_or_accessory_offFunction · 0.85
glibrFunction · 0.85
do_takeoffFunction · 0.85
dosinkfallFunction · 0.85
rechargeFunction · 0.85

Calls 1

Ring_off_or_goneFunction · 0.85

Tested by

no test coverage detected