We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a1f83 commit 2f330f9Copy full SHA for 2f330f9
src/engrave.c
@@ -1016,7 +1016,7 @@ boolean hept;
1016
}
1017
1018
1019
- if (oep && (c == 'r' || Blind || type != oep->engr_type)) {
+ if (oep && (c == 'o' || Blind || type != oep->engr_type)) {
1020
if( (oep->engr_type == DUST) || (oep->engr_type == ENGR_BLOOD) ||
1021
(oep->engr_type == MARK) ) {
1022
if (!Blind) {
@@ -1038,7 +1038,7 @@ boolean hept;
1038
"engraved in", surface(u.ux,u.uy));
1039
return(1);
1040
} else
1041
- if ( (type != oep->engr_type) || (c == 'r') ) {
+ if ( (type != oep->engr_type) || (c == 'o') ) {
1042
if (!Blind || can_reach_floor())
1043
You("will overwrite the current message.");
1044
eow = TRUE;
0 commit comments