diff --git a/src/apply.c b/src/apply.c index 2dc448b69..2d025381e 100644 --- a/src/apply.c +++ b/src/apply.c @@ -1940,6 +1940,7 @@ use_tinning_kit(struct obj *obj) if (poly_when_stoned(g.youmonst.data)) { You("tin %s without wearing gloves.", corpse_name); + kbuf[0] = '\0'; } else { pline("Tinning %s without wearing gloves is a fatal mistake...", corpse_name);