mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix canAttackAnySigniZone and canAttackNearbySigniZone not treated as ability
This commit is contained in:
parent
b9f91be837
commit
d10cf82cc4
1 changed files with 3 additions and 1 deletions
4
Card.js
4
Card.js
|
@ -180,7 +180,9 @@ Card.abilityProps = [
|
|||
'tripleCrash',
|
||||
'assassin',
|
||||
'canNotBeBanished',
|
||||
'canNotBeBanishedByEffect'
|
||||
'canNotBeBanishedByEffect',
|
||||
'canAttackAnySigniZone',
|
||||
'canAttackNearbySigniZone',
|
||||
];
|
||||
|
||||
Card.prototype.cookEffect = function (rawEffect,type,offset) {
|
||||
|
|
Loading…
Reference in a new issue