From: nethack.allison Date: Tue, 28 Oct 2003 04:36:24 +0000 (+0000) Subject: tin variety followup 2 (trunk only) X-Git-Tag: MOVE2GIT~1623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39564c274c700743a9982ba034fabfbe8398ce62;p=nethack tin variety followup 2 (trunk only) --- diff --git a/src/apply.c b/src/apply.c index a345588e9..569bc9236 100644 --- a/src/apply.c +++ b/src/apply.c @@ -1426,7 +1426,8 @@ register struct obj *obj; can->blessed = obj->blessed; can->owt = weight(can); can->known = 1; - can->spe = -1; /* Mark tinned tins. No spinach allowed... */ + /* Mark tinned tins. No spinach allowed... */ + set_tin_variety(can, HOMEMADE_TIN); if (carried(corpse)) { if (corpse->unpaid) verbalize(you_buy_it);