🐛 fix WX16-028 2nd const cost

This commit is contained in:
WEBXOSS 2017-06-13 23:00:54 +08:00
parent 4d0157580f
commit bc581c351e

View file

@ -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);
},