Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/uhitm.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,7 @@ attack_checks(
&& m_next2u(mtmp))
set_ustuck(mtmp);
}
/* #H7329 - if hero is on engraved "Elbereth", this will end up
* assessing an alignment penalty and removing the engraving
* even though no attack actually occurs. Since it also angers
* peacefuls, we're operating as if an attack attempt did occur
* and the Elbereth behavior is consistent.
*/
wakeup(mtmp, TRUE, TRUE); /* always necessary; also un-mimics mimics */
wakeup(mtmp, FALSE, TRUE); /* always necessary; also un-mimics mimics */
return TRUE;
}

Expand Down
Loading