1
0
Fork 0

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', 'tripleCrash',
'assassin', 'assassin',
'canNotBeBanished', 'canNotBeBanished',
'canNotBeBanishedByEffect' 'canNotBeBanishedByEffect',
'canAttackAnySigniZone',
'canAttackNearbySigniZone',
]; ];
Card.prototype.cookEffect = function (rawEffect,type,offset) { Card.prototype.cookEffect = function (rawEffect,type,offset) {