OSDN Git Service

隕石属性のボール・ボルトを攻撃魔法に含めるようspell_attack関数を修正
authorSlimebreath6078 <slimebreath6078@yahoo.co.jp>
Sat, 29 Jul 2023 04:17:57 +0000 (13:17 +0900)
committerSlimebreath6078 <slimebreath6078@yahoo.co.jp>
Sun, 6 Aug 2023 07:07:36 +0000 (16:07 +0900)
src/mspell/mspell-selector.cpp

index db23fdd..5564834 100644 (file)
@@ -65,7 +65,7 @@ static bool spell_attack(MonsterAbilityType spell)
     if (spell_in_between(spell, MonsterAbilityType::CAUSE_1, MonsterAbilityType::MISSILE)) {
         return true;
     }
-    if (spell_in_between(spell, MonsterAbilityType::BO_VOID, MonsterAbilityType::BO_ABYSS)) {
+    if (spell_in_between(spell, MonsterAbilityType::BO_VOID, MonsterAbilityType::BO_METEOR)) {
         return true;
     }