From ad1e874be39665747cd73af4a217c94c643e4546 Mon Sep 17 00:00:00 2001 From: nothere Date: Mon, 16 Jun 2003 15:14:46 +0000 Subject: [PATCH] =?utf8?q?=E7=81=AB=E7=82=8E=E3=82=AA=E3=83=BC=E3=83=A9?= =?utf8?q?=E3=81=AE=E3=81=82=E3=82=8B=E3=83=A2=E3=83=B3=E3=82=B9=E3=82=BF?= =?utf8?q?=E3=83=BC=E3=81=AF=E5=86=B7=E8=A1=80=E3=81=8B=E3=81=A9=E3=81=86?= =?utf8?q?=E3=81=8B=E3=81=AB=E9=96=A2=E3=82=8F=E3=82=89=E3=81=9A=E8=B5=A4?= =?utf8?q?=E5=A4=96=E7=B7=9A=E8=A6=96=E5=8A=9B=E3=81=A7=E8=A6=8B=E3=81=88?= =?utf8?q?=E3=82=8B=20=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/monster2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monster2.c b/src/monster2.c index 5442a403f..3fe3f5ae2 100644 --- a/src/monster2.c +++ b/src/monster2.c @@ -2572,7 +2572,7 @@ void update_mon(int m_idx, bool full) if (d <= p_ptr->see_infra) { /* Handle "cold blooded" monsters */ - if (r_ptr->flags2 & (RF2_COLD_BLOOD)) + if ((r_ptr->flags2 & (RF2_COLD_BLOOD | RF2_AURA_FIRE)) == RF2_COLD_BLOOD) { /* Take note */ do_cold_blood = TRUE; -- 2.11.0