Fixes Disguise ability

This commit is contained in:
infinitefusion
2022-12-06 17:50:14 -05:00
parent 9b3185f299
commit 6a6b02df40
13 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
@@ -164,7 +164,7 @@ class PokeBattle_Move
return
end
# Disguise will take the damage
if !@battle.moldBreaker && target.isSpecies?(:MIMIKYU) &&
if !@battle.moldBreaker && target.isFusionOf(:MIMIKYU) &&
target.form==0 && target.ability == :DISGUISE
target.damageState.disguise = true
return
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.