mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Adds extensions for fusion menu
This commit is contained in:
@@ -1232,7 +1232,11 @@ class Pokemon
|
||||
@gender = nil
|
||||
@shiny = nil
|
||||
@ability_index = nil
|
||||
@ability2_index = nil
|
||||
|
||||
@ability = nil
|
||||
@ability2 = nil
|
||||
|
||||
@nature = nil
|
||||
@nature_for_stats = nil
|
||||
@item = nil
|
||||
|
||||
@@ -103,7 +103,11 @@ class FusionSelectOptionsScene < PokemonOption_Scene
|
||||
@selectedNature=@natureList[value]
|
||||
}, [getNatureDescription(@natureList[0]), getNatureDescription(@natureList[1])]
|
||||
)
|
||||
addOptionsExtension(options)
|
||||
return options
|
||||
end
|
||||
|
||||
def addOptionsExtension(options)
|
||||
return options
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user