Merge branch 'NetHack-3.6' part 2

This commit is contained in:
nhmall
2019-11-30 23:52:39 -05:00
parent 3a59b7f210
commit 689039b9d7
+1 -1
View File
@@ -1612,7 +1612,7 @@ struct obj *otmp;
} }
if (what) { if (what) {
Sprintf(offdelaybuf, "You finish taking off your %s.", what); Sprintf(offdelaybuf, "You finish taking off your %s.", what);
nomovemsg = offdelaybuf; g.nomovemsg = offdelaybuf;
} }
} else { } else {
/* Be warned! We want off_msg after removing the item to /* Be warned! We want off_msg after removing the item to