mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
fixes ability capsule not changing the ability
This commit is contained in:
@@ -1075,6 +1075,8 @@ ItemHandlers::UseOnPokemon.add(:ABILITYCAPSULE, proc { |item, pkmn, scene|
|
|||||||
if scene.pbConfirm(_INTL("Would you like to change {1}'s Ability to {2}?",
|
if scene.pbConfirm(_INTL("Would you like to change {1}'s Ability to {2}?",
|
||||||
pkmn.name, newabilname))
|
pkmn.name, newabilname))
|
||||||
pkmn.ability_index = newabil
|
pkmn.ability_index = newabil
|
||||||
|
pkmn.ability = GameData::Ability.get((newabil == 0) ? abil1 : abil2).id
|
||||||
|
|
||||||
#pkmn.ability = GameData::Ability.get((newabil == 0) ? abil1 : abil2).id
|
#pkmn.ability = GameData::Ability.get((newabil == 0) ? abil1 : abil2).id
|
||||||
scene.pbHardRefresh
|
scene.pbHardRefresh
|
||||||
scene.pbDisplay(_INTL("{1}'s Ability changed to {2}!", pkmn.name, newabilname))
|
scene.pbDisplay(_INTL("{1}'s Ability changed to {2}!", pkmn.name, newabilname))
|
||||||
|
|||||||
Reference in New Issue
Block a user