forked from mirrors/webxoss-core
🐛 fix WX16-028 2nd const cost
This commit is contained in:
parent
4d0157580f
commit
bc581c351e
1 changed files with 1 additions and 1 deletions
|
@ -118109,7 +118109,7 @@ var CardInfo = {
|
||||||
var effect = this.game.newEffect({
|
var effect = this.game.newEffect({
|
||||||
source: this,
|
source: this,
|
||||||
description: '2300-const-1',
|
description: '2300-const-1',
|
||||||
costGreen: 1,
|
costBlue: 1,
|
||||||
triggerCondition: function () {
|
triggerCondition: function () {
|
||||||
return (this.zone === this.player.trashZone);
|
return (this.zone === this.player.trashZone);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue