Fix: SE068 Problem: Tinning doesn't work; it just says you are out of tins. Compatible with: Slash'EM 0.0.6E1F1 Author: Maciej Kalisiak J. Ali Harlow, ali@avrc.city.ac.uk Date: 5 May 2000 diff -Nacrd ../slashem-0.0.6E1F1/src/apply.c ./src/apply.c *** ../slashem-0.0.6E1F1/src/apply.c Wed Apr 26 18:49:30 2000 --- ./src/apply.c Fri May 5 10:48:03 2000 *************** *** 1400,1406 **** if (corpse->oeaten) { You("cannot tin %s which is partly eaten.",something); return; ! obj->spe--; if (touch_petrifies(&mons[corpse->corpsenm]) && !Stone_resistance && !uarmg) { char kbuf[BUFSZ]; --- 1400,1406 ---- if (corpse->oeaten) { You("cannot tin %s which is partly eaten.",something); return; ! } if (touch_petrifies(&mons[corpse->corpsenm]) && !Stone_resistance && !uarmg) { char kbuf[BUFSZ]; *************** *** 1452,1459 **** can = hold_another_object(can, "You make, but cannot pick up, %s.", doname(can), (const char *)0); } else impossible("Tinning failed."); - /* -----------============STEPHEN WHITE'S NEW CODE============----------- */ - } else pline("You seem to be out of tins."); } --- 1452,1457 ----