Im having trouble with an ability that makes biting moves act like giga drain, also doesnt help that im incredibly new to scripting.
This is my script ive wrote:
Battle::AbilityEffects::DamageCalcFromUser.add(:CARNIVORE,
proc { |ability, user, target, move, mults, baseDmg, type|
if...