OSDN Git Service

乱れ雪月花使用時に、カオス効果で敵がアウェイすると打撃回数が1回余って変なものを殴っていたのを修正。
authoriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 23 Jan 2003 12:16:48 +0000 (12:16 +0000)
committeriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 23 Jan 2003 12:16:48 +0000 (12:16 +0000)
src/cmd1.c

index 3cdb8e3..ff88748 100644 (file)
@@ -2867,7 +2867,7 @@ msg_format("
 #endif
 
                                        teleport_away(c_ptr->m_idx, 50, FALSE);
-                                       num = p_ptr->num_blow[hand] + 1; /* Can't hit it anymore! */
+                                       num = num_blow + 1; /* Can't hit it anymore! */
                                        *mdeath = TRUE;
                                }
                        }