forked from mirrors/webxoss-core
Hotfix
This commit is contained in:
parent
c3dd557d3e
commit
fb6f290591
1 changed files with 2 additions and 2 deletions
|
@ -95094,7 +95094,7 @@ var CardInfo = {
|
||||||
},this);
|
},this);
|
||||||
var obj = Object.create(this);
|
var obj = Object.create(this);
|
||||||
obj.costChange = null;
|
obj.costChange = null;
|
||||||
if (!(cards_A.length || cards_B.length)) {
|
if (!(cards_A.length && cards_B.length)) {
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
obj.costWhite -= 1;
|
obj.costWhite -= 1;
|
||||||
|
@ -107330,7 +107330,7 @@ var CardInfo = {
|
||||||
source: this,
|
source: this,
|
||||||
description: '1768-attached-1',
|
description: '1768-attached-1',
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
this.game.tillTurnEndSet(this.player.opponent,'spellBanned',true);
|
this.game.tillTurnEndSet(this,this.player.opponent,'spellBanned',true);
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
return this.player.selectAsyn('CHOOSE_EFFECT',effects).callback(this,function (effect) {
|
return this.player.selectAsyn('CHOOSE_EFFECT',effects).callback(this,function (effect) {
|
||||||
|
|
Loading…
Reference in a new issue