Fix wontBeDamagedByOpponentLrig in LRIG attack

This commit is contained in:
WEBXOSS 2016-12-03 00:19:58 +08:00
parent 986aa28638
commit 18cb7eede6
2 changed files with 2 additions and 2 deletions

View file

@ -1164,7 +1164,7 @@ Card.prototype.attackAsyn = function () {
return; return;
}; };
if (event.wontBeDamaged || opponent.wontBeDamaged) return; if (event.wontBeDamaged || opponent.wontBeDamaged) return;
if (player.wontBeDamagedByOpponentLrig) return; if (player.opponent.wontBeDamagedByOpponentLrig) return;
crashArg.damage = true; crashArg.damage = true;
if (opponent.lifeClothZone.cards.length) { if (opponent.lifeClothZone.cards.length) {
var count = 1; var count = 1;

@ -1 +1 @@
Subproject commit 5fe341e675e11da963a30577526b67249aefa27a Subproject commit 58f32b7d820097eae66cb082879173be4bcab094