Merge pull request #2164 from Sneed69/battle_engine
Heal Block stops Synthesis
This commit is contained in:
commit
15fe85902f
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue