SassyPants
Fairy & Psychic Type Trainer
- 4
- Posts
- 3
- Years
- he/him
- UK
- Seen Feb 6, 2022
Having trouble with a Move Effect to recover HP and Increase Defence Stat by one stage.
Could anyone help by adding the healing bit below?
class PokeBattle_Move_500 < PokeBattle_StatUpMove
def initialize(battle,move)
super
@statUp = [:DEFENCE,1]
end
AND ALSO HEAL
end
Thanks in advance! :)
Could anyone help by adding the healing bit below?
class PokeBattle_Move_500 < PokeBattle_StatUpMove
def initialize(battle,move)
super
@statUp = [:DEFENCE,1]
end
AND ALSO HEAL
end
Thanks in advance! :)
Last edited: