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

Function puton_ok

src/do_wear.c:3450–3454  ·  view source on GitHub ↗

getobj callback for P command */

Source from the content-addressed store, hash-verified

3448
3449/* getobj callback for P command */
3450staticfn int
3451puton_ok(struct obj *obj)
3452{
3453 return equip_ok(obj, FALSE, TRUE);
3454}
3455
3456/* getobj callback for R command */
3457staticfn int

Callers

nothing calls this directly

Calls 1

equip_okFunction · 0.85

Tested by

no test coverage detected