Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ uqwepgone
Function
uqwepgone
src/wield.c:896–903 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
894
}
895
896
void
897
uqwepgone(void)
898
{
899
if (uquiver) {
900
setworn((struct obj *) 0, W_QUIVER);
901
update_inventory();
902
}
903
}
904
905
void
906
untwoweapon(void)
Callers
2
remove_worn_item
Function · 0.85
eatspecial
Function · 0.85
Calls
2
setworn
Function · 0.85
update_inventory
Function · 0.85
Tested by
no test coverage detected