mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Bug fixes for Illusion with 1 Pokémon in team, Magician triggering and Fake Out failing after switching in by an effect
This commit is contained in:
@@ -1672,7 +1672,7 @@ BattleHandlers::UserAbilityEndOfMove.add(:BEASTBOOST,
|
||||
|
||||
BattleHandlers::UserAbilityEndOfMove.add(:MAGICIAN,
|
||||
proc { |ability,user,targets,move,battle|
|
||||
next if !battle.futureSight
|
||||
next if battle.futureSight
|
||||
next if !move.pbDamagingMove?
|
||||
next if user.item>0
|
||||
next if battle.wildBattle? && user.opposes?
|
||||
|
||||
Reference in New Issue
Block a user