From: Slimebreath6078 Date: Sat, 29 Jul 2023 04:17:57 +0000 (+0900) Subject: 隕石属性のボール・ボルトを攻撃魔法に含めるようspell_attack関数を修正 X-Git-Tag: 3.0.0.90-Alpha^2~23^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=80a51c78046724382668ff20304344ecf642302c;p=hengbandforosx%2Fhengbandosx.git 隕石属性のボール・ボルトを攻撃魔法に含めるようspell_attack関数を修正 --- diff --git a/src/mspell/mspell-selector.cpp b/src/mspell/mspell-selector.cpp index db23fdd93..5564834f9 100644 --- a/src/mspell/mspell-selector.cpp +++ b/src/mspell/mspell-selector.cpp @@ -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; }