From 0132815c3ac165be10a127e2d63cb962f70467ad Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 11 Dec 2016 21:21:17 +0800 Subject: [PATCH] Fix WX14-009 --- CardInfo.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 4e62445..4b716f2 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -117872,8 +117872,13 @@ var CardInfo = { ], actionEffects: [{ costExceed: 1, - once: true, + useCondition: function () { + return !(this.game.getData(this,'_1909') >= 2) + }, actionAsyn: function () { + var count = this.game.getData(this,'_1909') || 0; + count++ + this.game.setData(this,'_1909',count); var filter = function (card) { return (card.name.indexOf('フレイスロ') !== -1); };