diff --git a/Card.js b/Card.js index 59aa9ec..fa02165 100644 --- a/Card.js +++ b/Card.js @@ -1651,7 +1651,7 @@ Card.prototype.canBeBanished = function () { }; Card.prototype.canGainAbility = function (source) { - let canNotGainAbility = + var canNotGainAbility = this.canNotGainAbility || (this.player.signiCanNotGainAbility && this.type === 'SIGNI') || (this.canNotGainAbilityBySelfPlayer && source && source.player === this.player);