fix canAttackAnySigniZone and canAttackNearbySigniZone not treated as ability

This commit is contained in:
WEBXOSS 2017-04-09 19:02:54 +08:00
parent b9f91be837
commit d10cf82cc4

View file

@ -180,7 +180,9 @@ Card.abilityProps = [
'tripleCrash',
'assassin',
'canNotBeBanished',
'canNotBeBanishedByEffect'
'canNotBeBanishedByEffect',
'canAttackAnySigniZone',
'canAttackNearbySigniZone',
];
Card.prototype.cookEffect = function (rawEffect,type,offset) {