mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-25 15:55:59 +00:00
Fixed error in Mirror Move's code
This commit is contained in:
@@ -1132,7 +1132,7 @@ class PokeBattle_Move_0AE < PokeBattle_Move
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
def pbEffectGeneral(user)
|
def pbEffectAgainstTarget(user,target)
|
||||||
user.pbUseMoveSimple(target.lastRegularMoveUsed,target.index)
|
user.pbUseMoveSimple(target.lastRegularMoveUsed,target.index)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user