Merge pull request #2164 from Sneed69/battle_engine

Heal Block stops Synthesis
This commit is contained in:
ghoulslash 2022-06-05 08:18:03 -04:00 committed by GitHub
commit 15fe85902f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1696,6 +1696,7 @@ bool32 IsHealBlockPreventingMove(u32 battler, u32 move)
case EFFECT_DREAM_EATER:
#endif
case EFFECT_MORNING_SUN:
case EFFECT_SYNTHESIS:
case EFFECT_MOONLIGHT:
case EFFECT_RESTORE_HP:
case EFFECT_REST: