diff --git a/Data/Scripts/011_Battle/003_Move/007_MoveEffects_BattlerOther.rb b/Data/Scripts/011_Battle/003_Move/007_MoveEffects_BattlerOther.rb index a5aee6565..b767ac46a 100644 --- a/Data/Scripts/011_Battle/003_Move/007_MoveEffects_BattlerOther.rb +++ b/Data/Scripts/011_Battle/003_Move/007_MoveEffects_BattlerOther.rb @@ -844,7 +844,7 @@ class Battle::Move::SetTargetTypesToPsychic < Battle::Move def pbFailsAgainstTarget?(user, target, show_message) if !target.canChangeType? || !GameData::Type.exists?(:PSYCHIC) || - !target.pbHasOtherType?(:PSYCHIC) || !target.affectedByPowder? + !target.pbHasOtherType?(:PSYCHIC) @battle.pbDisplay(_INTL("But it failed!")) if show_message return true end