Merge pull request #2165 from Sneed69/battle_engine
Heal Block stops Jungle Healing / Life Dew
This commit is contained in:
commit
ce5c85dd13
1 changed files with 1 additions and 0 deletions
|
@ -1704,6 +1704,7 @@ bool32 IsHealBlockPreventingMove(u32 battler, u32 move)
|
|||
case EFFECT_HEALING_WISH:
|
||||
case EFFECT_WISH:
|
||||
case EFFECT_HEAL_PULSE:
|
||||
case EFFECT_JUNGLE_HEALING:
|
||||
return TRUE;
|
||||
default:
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue