Merge pull request #2165 from Sneed69/battle_engine

Heal Block stops Jungle Healing / Life Dew
This commit is contained in:
ghoulslash 2022-07-01 08:51:10 -04:00 committed by GitHub
commit ce5c85dd13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;