diff --git a/CardInfo.js b/CardInfo.js index 3feb353..52f9091 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -107112,7 +107112,6 @@ var CardInfo = { "【出】手札から<調理>のシグニを1枚捨てる:あなたのデッキの上からカードを2枚エナゾーンに置く。" ], startUpEffects: [{ - costWhite: 1, costCondition: function () { return this.player.hands.some(function (card) { return card.hasClass('調理');