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

Function Ring_gone

src/do_wear.c:1454–1458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1452}
1453
1454void
1455Ring_gone(struct obj *obj)
1456{
1457 Ring_off_or_gone(obj, TRUE);
1458}
1459
1460void
1461Blindf_on(struct obj *otmp)

Callers 5

remove_worn_itemFunction · 0.85
eataccessoryFunction · 0.85
maybe_destroy_itemFunction · 0.85
doseduceFunction · 0.85
rechargeFunction · 0.85

Calls 1

Ring_off_or_goneFunction · 0.85

Tested by

no test coverage detected