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

Function remove_ok

src/do_wear.c:3457–3461  ·  view source on GitHub ↗

getobj callback for R command */

Source from the content-addressed store, hash-verified

3455
3456/* getobj callback for R command */
3457staticfn int
3458remove_ok(struct obj *obj)
3459{
3460 return equip_ok(obj, TRUE, TRUE);
3461}
3462
3463/* getobj callback for W command */
3464staticfn int

Callers

nothing calls this directly

Calls 1

equip_okFunction · 0.85

Tested by

no test coverage detected