mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -273,7 +273,7 @@ end
|
||||
#===============================================================================
|
||||
class PokeBattle_Move_012 < PokeBattle_FlinchMove
|
||||
def pbMoveFailed?(user,targets)
|
||||
if user.turnCount>1 || user.lastRoundMoved>=0
|
||||
if user.turnCount > 1
|
||||
@battle.pbDisplay(_INTL("But it failed!"))
|
||||
return true
|
||||
end
|
||||
|
||||
@@ -1556,7 +1556,7 @@ end
|
||||
#===============================================================================
|
||||
class PokeBattle_Move_149 < PokeBattle_Move
|
||||
def pbMoveFailed?(user,targets)
|
||||
if user.turnCount>1 || user.lastRoundMoved>=0
|
||||
if user.turnCount > 1
|
||||
@battle.pbDisplay(_INTL("But it failed!"))
|
||||
return true
|
||||
end
|
||||
@@ -2575,7 +2575,7 @@ end
|
||||
#===============================================================================
|
||||
class PokeBattle_Move_174 < PokeBattle_Move
|
||||
def pbMoveFailed?(user,targets)
|
||||
if user.turnCount>1 || user.lastRoundMoved>=0
|
||||
if user.turnCount > 1
|
||||
@battle.pbDisplay(_INTL("But it failed!"))
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user