MCPcopy 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
896void
897uqwepgone(void)
898{
899 if (uquiver) {
900 setworn((struct obj *) 0, W_QUIVER);
901 update_inventory();
902 }
903}
904
905void
906untwoweapon(void)

Callers 2

remove_worn_itemFunction · 0.85
eatspecialFunction · 0.85

Calls 2

setwornFunction · 0.85
update_inventoryFunction · 0.85

Tested by

no test coverage detected