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

@@ -3849,7 +3849,8 @@ boolean altusage; /* some items have an "alternate" use with different cost */
if (otmp->spe > 1) tmp /= 4L;
} else if (otmp->oclass == SPBOOK_CLASS) {
tmp -= tmp / 5L;
} else if (otmp->otyp == CAN_OF_GREASE
} else if (otmp->otyp == CAN_OF_GREASE ||
otmp->otyp == TINNING_KIT
#ifdef TOURIST
|| otmp->otyp == EXPENSIVE_CAMERA
#endif