Red Card does activate on non-contact moves, but only when damage is dealt.

This commit is contained in:
Bill Meltsner
2012-03-24 03:09:32 -04:00
parent 0ac1ebed7b
commit ada417fa57

View File

@@ -2364,7 +2364,7 @@ exports.BattleItems = {
basePower: 10
},
onAfterMoveSecondary: function(target, source, move) {
if (source && source !== target && move && move.isContact)
if (source && source !== target && move && source.lastDamage)
{
if (target.useItem()) // This order is correct - the item is used up even against a pokemon with Ingrain or that otherwise can't be forced out
{