unpaid tinning kit usage

<Someone> reported that shopkeepers don't charge for using tinning kits.
This commit is contained in:
cohrs
2003-04-13 04:18:36 +00:00
parent f6bb38f22b
commit 86253d5602
3 changed files with 4 additions and 1 deletions

View File

@@ -1408,6 +1408,7 @@ register struct obj *obj;
pline("That's too insubstantial to tin.");
return;
}
check_unpaid(obj);
obj->spe--;
if ((can = mksobj(TIN, FALSE, FALSE)) != 0) {
static const char you_buy_it[] = "You tin it, you bought it!";