OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-mspell-edits' into feature...
[hengband/hengband.git] / src / mspell / mspell-dispel.c
index 84253ee..5168495 100644 (file)
 #include "status/temporary-resistance.h"
 #include "view/display-messages.h"
 
+#include "status/buff-setter.h"
+#include "core/speed-table.h"
+#include "monster/monster-status-setter.h"
+#include "player/attack-defense-types.h"
+#include "player/player-race.h"
+
 /*!
  * @brief プレイヤーに魔力消去効果を与える。
  * @return なし
@@ -116,7 +122,7 @@ void spell_RF4_DISPEL(MONSTER_IDX m_idx, player_type *target_ptr, MONSTER_IDX t_
 
         if (is_echizen(target_ptr))
             msg_print(_("やりやがったな!", ""));
-        else if ((target_ptr->pseikaku == PERSONALITY_CHARGEMAN)) {
+        else if (target_ptr->pseikaku == PERSONALITY_CHARGEMAN) {
             if (randint0(2) == 0)
                 msg_print(_("ジュラル星人め!", ""));
             else