mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 07:04:59 +00:00
randomized champion team fix
This commit is contained in:
@@ -153,7 +153,8 @@ def evolveRematchPokemon(nbRematch, speciesSymbol)
|
||||
end
|
||||
|
||||
|
||||
def getEvolution(species, halfToEvolve=nil)
|
||||
def getEvolution(speciesParam, halfToEvolve=nil)
|
||||
species = dexNum(speciesParam)
|
||||
begin
|
||||
prioritizeHead = halfToEvolve == :HEAD
|
||||
prioritizeBody = halfToEvolve == :BODY
|
||||
|
||||
Reference in New Issue
Block a user