Changed Greninja's forms to add one with the Battle Bond ability

This commit is contained in:
Maruno17
2020-09-12 16:35:56 +01:00
parent a756539651
commit e4436c0fa3
5 changed files with 15 additions and 5 deletions

View File

@@ -468,7 +468,7 @@ MultipleForms.register(:GENESECT,{
MultipleForms.register(:GRENINJA,{
"getFormOnLeavingBattle" => proc { |pkmn,battle,usedInBattle,endBattle|
next 0 if pkmn.fainted? || endBattle
next 1 if pkmn.form == 2 && (pkmn.fainted? || endBattle)
}
})