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

Function check_unpaid

src/shk.c:5735–5742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5733}
5734
5735RESTORE_WARNING_FORMAT_NONLITERAL
5736
5737/* for using charges of unpaid objects "used in the normal manner" */
5738void
5739check_unpaid(struct obj *otmp)
5740{
5741 check_unpaid_usage(otmp, FALSE); /* normal item use */
5742}
5743
5744void
5745costly_gold(

Callers 11

potion_dipFunction · 0.85
doengrave_sfx_itemFunction · 0.85
consume_obj_chargeFunction · 0.85
dozapFunction · 0.85
learnFunction · 0.85
study_bookFunction · 0.85
catch_litFunction · 0.85
use_lampFunction · 0.85
light_cocktailFunction · 0.85
do_break_wandFunction · 0.85
dowriteFunction · 0.85

Calls 1

check_unpaid_usageFunction · 0.85

Tested by

no test coverage detected