Advertisement
Guest User

No Resistances attempt 2

a guest
Jul 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. onFoeTryMove: function (target, source, effect) {
  2.     if ((source.side === this.effectData.target.side || effect.id === 'perishsong') && effect.target !== 'foeSide') {
  3.         onEffectiveness: function (typeMod) {
  4.             if (move.typeMod < 0) {
  5.                 return 0;
  6.             }
  7.         },
  8.     },
  9. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement