so i need some kind of method to know when someone attacked mimikyu so i can trigger its ability and
so it doesnt do any damage to the mimikyu.
this is what i currently have.
# Disguise
if isConst?(user.species,PBSpecies,:MIMIKYU) && user.hasWorkingAbility(:DISGUISE)
if (WHEN...