From 5714ecb5da0106b5a1f5c577cb723a0f7842dda6 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Fri, 2 Dec 2016 23:04:11 +0800 Subject: [PATCH] Fix WX14-032 Effect typo --- CardInfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CardInfo.js b/CardInfo.js index aec2c60..bbc8d31 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -123155,7 +123155,7 @@ var CardInfo = { 'TRASH_ZONE', ]; return this.player.selectTextAsyn('CHOOSE_ZONE',texts).callback(this,function (text) { - this.filedData['_1982'] = text; + this.fieldData['_1982'] = text; return this.player.opponent.showTextAsyn('CHOOSE_ZONE','text',text); }); } @@ -123175,7 +123175,7 @@ var CardInfo = { constEffects: [{ action: function (set,add) { var cards = []; - var text = this.filedData['_1982']; + var text = this.fieldData['_1982']; if (text === 'MAIN_DECK') { cards = this.player.opponent.mainDeck.cards; } else if (text === 'HAND') {