From 39564c274c700743a9982ba034fabfbe8398ce62 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 28 Oct 2003 04:36:24 +0000 Subject: [PATCH] tin variety followup 2 (trunk only) --- src/apply.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);