OSDN Git Service

増殖モンスターが増殖した際に, 新しく増えたモンスターが見えなくても増
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 23 Jun 2003 11:56:19 +0000 (11:56 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 23 Jun 2003 11:56:19 +0000 (11:56 +0000)
殖することが思い出に残るバグを修正.

src/melee2.c

index 09973b1..200ea78 100644 (file)
@@ -2521,7 +2521,7 @@ msg_format("%^s
                        if (multiply_monster(m_idx, FALSE, (is_pet(m_ptr) ? PM_FORCE_PET : 0)))
                        {
                                /* Take note if visible */
-                               if (m_ptr->ml)
+                               if (m_ptr->ml && m_list[hack_m_idx_ii].ml)
                                {
                                        r_ptr->r_flags2 |= (RF2_MULTIPLY);
                                }