Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1448
void
1449
Ring_off(struct obj *obj)
1450
{
1451
Ring_off_or_gone(obj, FALSE);
1452
}
1453
1454
void
1455
Ring_gone(struct obj *obj)
Callers
5
armor_or_accessory_off
Function · 0.85
glibr
Function · 0.85
do_takeoff
Function · 0.85
dosinkfall
Function · 0.85
recharge
Function · 0.85
Calls
1
Ring_off_or_gone
Function · 0.85
Tested by
no test coverage detected