diff --git a/Card.js b/Card.js index 6959443..59aa9ec 100644 --- a/Card.js +++ b/Card.js @@ -180,7 +180,9 @@ Card.abilityProps = [ 'tripleCrash', 'assassin', 'canNotBeBanished', - 'canNotBeBanishedByEffect' + 'canNotBeBanishedByEffect', + 'canAttackAnySigniZone', + 'canAttackNearbySigniZone', ]; Card.prototype.cookEffect = function (rawEffect,type,offset) {