mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
7 lines
140 B
Ruby
7 lines
140 B
Ruby
class FusedPokemon < Pokemon
|
|
def initialize(species, level, owner = $Trainer, withMoves = true, recheck_form = true)
|
|
super
|
|
end
|
|
end
|
|
|