mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-23 13:43:09 +01:00
🐛 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({
|
||||
source: this,
|
||||
description: '2300-const-1',
|
||||
costGreen: 1,
|
||||
costBlue: 1,
|
||||
triggerCondition: function () {
|
||||
return (this.zone === this.player.trashZone);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue