Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1454
void
1455
Ring_gone(struct obj *obj)
1456
{
1457
Ring_off_or_gone(obj, TRUE);
1458
}
1459
1460
void
1461
Blindf_on(struct obj *otmp)
Callers
5
remove_worn_item
Function · 0.85
eataccessory
Function · 0.85
maybe_destroy_item
Function · 0.85
doseduce
Function · 0.85
recharge
Function · 0.85
Calls
1
Ring_off_or_gone
Function · 0.85
Tested by
no test coverage detected