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

Function setuqwep

src/wield.c:275–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void
276setuqwep(struct obj *obj)
277{
278 setworn(obj, W_QUIVER);
279 /* no extra handling needed; this used to include a call to
280 update_inventory() but that's already performed by setworn() */
281 return;
282}
283
284void
285setuswapwep(struct obj *obj)

Callers 15

dowieldFunction · 0.85
doquiver_coreFunction · 0.85
wield_toolFunction · 0.85
Ring_onFunction · 0.85
do_takeoffFunction · 0.85
ballreleaseFunction · 0.85
dropFunction · 0.85
dropzFunction · 0.85
autoquiverFunction · 0.85
throwitFunction · 0.85
return_throw_to_invFunction · 0.85
addinv_core0Function · 0.85

Calls 1

setwornFunction · 0.85

Tested by

no test coverage detected