diff --git a/CardInfo.js b/CardInfo.js index 550b05e..1e95a45 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -114274,7 +114274,7 @@ var CardInfo = { obj.costBlack++; this.game.setData(this,'_2241',false); if (!this.player.enoughCost(obj)) return Callback.immediately(this); - return this.player.selectOptionalAsyn('EXTRA_COST',[this]).callback(this,function (card) { + return this.player.selectOptionalAsyn('PAY_ENER',[this]).callback(this,function (card) { if (!card) return this; this.game.setData(this,'_2241',true); return obj; diff --git a/webxoss-client b/webxoss-client index da44dde..9e0d347 160000 --- a/webxoss-client +++ b/webxoss-client @@ -1 +1 @@ -Subproject commit da44dde1b8ab7f86e8620e738041825391e18c8c +Subproject commit 9e0d34773d8e3ddc528562926b4fe415b1e9e503