forked from mirrors/webxoss-core
fix WX15-058 onPlay cost
This commit is contained in:
parent
7cfe3c965b
commit
6292bde759
1 changed files with 0 additions and 1 deletions
|
@ -107112,7 +107112,6 @@ var CardInfo = {
|
||||||
"【出】手札から<調理>のシグニを1枚捨てる:あなたのデッキの上からカードを2枚エナゾーンに置く。"
|
"【出】手札から<調理>のシグニを1枚捨てる:あなたのデッキの上からカードを2枚エナゾーンに置く。"
|
||||||
],
|
],
|
||||||
startUpEffects: [{
|
startUpEffects: [{
|
||||||
costWhite: 1,
|
|
||||||
costCondition: function () {
|
costCondition: function () {
|
||||||
return this.player.hands.some(function (card) {
|
return this.player.hands.some(function (card) {
|
||||||
return card.hasClass('調理');
|
return card.hasClass('調理');
|
||||||
|
|
Loading…
Reference in a new issue