OSDN Git Service

魔力消去をまねた場合や練気術 "いてつく波動" を使ってモンスターの無敵
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 28 Jun 2003 07:14:12 +0000 (07:14 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 28 Jun 2003 07:14:12 +0000 (07:14 +0000)
化を消去した場合に, モンスターがターンを消費しなかったバグを修正.

src/mane.c
src/mind.c

index 4c6d783..1433e36 100644 (file)
@@ -330,6 +330,7 @@ msg_format("%s
 #else
                        msg_format("%^s is no longer invulnerable.", m_name);
 #endif
+                       m_ptr->energy_need += ENERGY_NEED();
                }
                if (m_ptr->fast)
                {
index 8db69c4..f01766e 100644 (file)
@@ -1179,6 +1179,7 @@ msg_format("%s
 #else
                        msg_format("%^s is no longer invulnerable.", m_name);
 #endif
+                       m_ptr->energy_need += ENERGY_NEED();
                }
                if (m_ptr->fast)
                {