Skip to content

Commit

Permalink
Fix #1526: Mimics now silently take monster attacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Cunningham authored and Gabe Cunningham committed Mar 1, 2012
1 parent 6263d4a commit d4d2e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spells1.c
Expand Up @@ -2752,7 +2752,7 @@ static bool project_m(int who, int r, int y, int x, int dam, int typ,
}

/* Damaged monster */
else
else if (!is_mimicking(m_ptr))
{
/* Give detailed messages if visible or destroyed */
if ((m_note != MON_MSG_NONE) && seen)
Expand Down

0 comments on commit d4d2e33

Please sign in to comment.