OSDN Git Service

GF_CLONEの発動条件を見直した。
authoriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 28 Sep 2009 19:16:09 +0000 (19:16 +0000)
committeriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 28 Sep 2009 19:16:09 +0000 (19:16 +0000)
src/spells1.c

index b97c142..88f439d 100644 (file)
@@ -3381,7 +3381,7 @@ note = "
                {
                        if (seen) obvious = TRUE;
 
-                       if (is_pet(m_ptr) || (r_ptr->flags1 & (RF1_UNIQUE | RF1_QUESTOR)) || (r_ptr->flags7 & (RF7_NAZGUL | RF7_UNIQUE2)))
+                       if ((p_ptr->inside_arena) || is_pet(m_ptr) || (r_ptr->flags1 & (RF1_UNIQUE | RF1_QUESTOR)) || (r_ptr->flags7 & (RF7_NAZGUL | RF7_UNIQUE2)))
                        {
 #ifdef JP
 note = "¤Ë¤Ï¸ú²Ì¤¬¤Ê¤«¤Ã¤¿¡£";