OSDN Git Service

火炎オーラのあるモンスターは冷血かどうかに関わらず赤外線視力で見える
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 16 Jun 2003 15:14:46 +0000 (15:14 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 16 Jun 2003 15:14:46 +0000 (15:14 +0000)
ように変更.

src/monster2.c

index 5442a40..3fe3f5a 100644 (file)
@@ -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;