Merge branch 'pr713' into NetHack-3.7
This commit is contained in:
@@ -1940,6 +1940,7 @@ use_tinning_kit(struct obj *obj)
|
|||||||
|
|
||||||
if (poly_when_stoned(g.youmonst.data)) {
|
if (poly_when_stoned(g.youmonst.data)) {
|
||||||
You("tin %s without wearing gloves.", corpse_name);
|
You("tin %s without wearing gloves.", corpse_name);
|
||||||
|
kbuf[0] = '\0';
|
||||||
} else {
|
} else {
|
||||||
pline("Tinning %s without wearing gloves is a fatal mistake...",
|
pline("Tinning %s without wearing gloves is a fatal mistake...",
|
||||||
corpse_name);
|
corpse_name);
|
||||||
|
|||||||
Reference in New Issue
Block a user