Merge branch 'pr713' into NetHack-3.7

This commit is contained in:
nhmall
2022-03-25 08:18:01 -04:00

View File

@@ -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);