1
0
Fork 0

fix WX15-067 costChangeAsyn

This commit is contained in:
WEBXOSS 2017-05-09 23:53:27 +08:00
parent 48e367e691
commit f7ab525875

View file

@ -110925,6 +110925,7 @@ var CardInfo = {
if (obj.costBlack < 0) obj.costBlack = 0;
}
var zones = this.player.opponent.getInfectedZones();
if (!zones.length) return Callback.immediately(obj);
return this.player.selectSomeAsyn('TARGET',zones,min).callback(this,function (zones) {
this._data = zones.length;
zones.forEach(function (zone) {