mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Merge branch 'master' of https://github.com/Maruno17/pokemon-essentials
This commit is contained in:
@@ -1762,7 +1762,7 @@ class PokemonStorageScreen
|
||||
end
|
||||
if box>=0
|
||||
@heldpkmn.formTime = nil if @heldpkmn.respond_to?("formTime")
|
||||
@heldpkmn.form = 0 if isConst?(@heldpkmn.species,PBSpecies,:SHAYMIN)
|
||||
@heldpkmn.form = 0 if @heldpkmn.isSpecies?(:SHAYMIN)
|
||||
@heldpkmn.heal
|
||||
end
|
||||
@scene.pbPlace(selected,@heldpkmn)
|
||||
@@ -1791,7 +1791,7 @@ class PokemonStorageScreen
|
||||
end
|
||||
if box>=0
|
||||
@heldpkmn.formTime = nil if @heldpkmn.respond_to?("formTime")
|
||||
@heldpkmn.form = 0 if isConst?(@heldpkmn.species,PBSpecies,:SHAYMIN)
|
||||
@heldpkmn.form = 0 if @heldpkmn.isSpecies?(:SHAYMIN)
|
||||
@heldpkmn.heal
|
||||
end
|
||||
@scene.pbSwap(selected,@heldpkmn)
|
||||
|
||||
Reference in New Issue
Block a user