Skip to content

Commit

Permalink
unbrace
Browse files Browse the repository at this point in the history
  • Loading branch information
regret-index committed Jan 18, 2024
1 parent d776522 commit 8eac1da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crawl-ref/source/monster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5575,7 +5575,9 @@ bool monster::matches_player_speed() const
const monster* m = monster_at(*ri);
if (m && !m->wont_attack() && !mons_is_firewood(*m)
&& m->visible_to(this))
{
return false;
}
}
return true;
}
Expand Down

0 comments on commit 8eac1da

Please sign in to comment.