mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-24 06:03:06 +01:00
Fix WX14-009
This commit is contained in:
parent
3f37612ac2
commit
9b84b03e98
1 changed files with 2 additions and 2 deletions
|
@ -117817,7 +117817,7 @@ var CardInfo = {
|
||||||
],
|
],
|
||||||
constEffectTexts_zh_CN: [
|
constEffectTexts_zh_CN: [
|
||||||
"【常】:你的废弃区中每存在7张名字含有《火焰喷射》的卡,这张卡的成长费用就减少【红1】。",
|
"【常】:你的废弃区中每存在7张名字含有《火焰喷射》的卡,这张卡的成长费用就减少【红1】。",
|
||||||
"【常】:你的1只名字含有《火焰喷射》的SIGNI离场时,可以从你的手牌将1张等级比那只SIGNI低的、名字含有《火焰喷射》的SIGNI出场。",
|
"【常】:你的1只名字含有《火焰喷射》的SIGNI离场时,可以从你的手牌将1张等级比那只SIGNI低的、名字含有《火焰喷射》的SIGNIwx14-009以横置状态出场。",
|
||||||
],
|
],
|
||||||
constEffectTexts_en: [
|
constEffectTexts_en: [
|
||||||
"[Constant]: The cost to grow into this card is decreased by 1 [Red] for each 7 cards with \"Flathro\" in their card name in your trash.",
|
"[Constant]: The cost to grow into this card is decreased by 1 [Red] for each 7 cards with \"Flathro\" in their card name in your trash.",
|
||||||
|
@ -117841,7 +117841,7 @@ var CardInfo = {
|
||||||
},this);
|
},this);
|
||||||
return this.player.selectOptionalAsyn('SUMMON_SIGNI',cards).callback(this,function (card) {
|
return this.player.selectOptionalAsyn('SUMMON_SIGNI',cards).callback(this,function (card) {
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
return card.summonAsyn();
|
return card.summonAsyn(false,false,true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue