eggonyofase
Pokémon Invasion Director
- 12
- Posts
- 8
- Years
- San Diego, California
- Seen Feb 25, 2024
I'm trying to add in Triage from Sun and Moon. I get no error messages when testing it, but the move does not get increased priority. Here is my code in Pokebattle_Battler under pbSuccessCheck:
I've tried this using Heal Pulse, Heal Order, and Rest. None of them have worked. If any of you think it's necessary to try other moves, I will, but I doubt they will work. Thank you in advance.
p=thismove.priority
if USENEWBATTLEMECHANICS
p+=1 if user.hasWorkingAbility(:PRANKSTER) && thismove.pbIsStatus?
p+=3 if user.hasWorkingAbility(:TRIAGE) && thismove.isHealingMove?
p+=1 if user.hasWorkingAbility(:GALEWINGS) && isConst?(thismove.type,PBTypes,:FLYING)
end
I've tried this using Heal Pulse, Heal Order, and Rest. None of them have worked. If any of you think it's necessary to try other moves, I will, but I doubt they will work. Thank you in advance.
Last edited: