mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 19:56:02 +01:00
Hot fix WX14-002
This commit is contained in:
parent
53ffb56a08
commit
962c2122b8
1 changed files with 1 additions and 0 deletions
|
@ -120684,6 +120684,7 @@ var CardInfo = {
|
|||
attackPhase: true,
|
||||
costExceed: 2,
|
||||
actionAsyn: function () {
|
||||
if (this.player.spellBanned) return;
|
||||
var cards = this.player.trashZone.cards.filter(function (card) {
|
||||
var flag = (card.type === 'SPELL') && (card.hasColor('blue') || card.hasColor('black'));
|
||||
if (!flag) return false;
|
||||
|
|
Loading…
Reference in a new issue