From 3f37612ac2cc101686a1636a8a4851e01de86d1a Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 11 Dec 2016 19:31:12 +0800 Subject: [PATCH] Fix WX14-001 --- CardInfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/CardInfo.js b/CardInfo.js index 738290e..e038b0b 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -118849,6 +118849,7 @@ var CardInfo = { attackPhase: true, actionAsyn: function () { return this.player.selectOpponentSigniAsyn().callback(this,function (card) { + if (!card) return; this.game.tillTurnEndSet(this,card,'abilityLost',true); this.game.tillTurnEndSet(this,card,'canNotGainAbility',true, {forced: true}); });