1
0
Fork 0

fix WX15-034 costChange

This commit is contained in:
WEBXOSS 2017-04-09 16:53:12 +08:00
parent 38da4b2a06
commit b3f5c23035

View file

@ -133415,7 +133415,7 @@ var CardInfo = {
costChange: function () { costChange: function () {
var obj = Object.create(this); var obj = Object.create(this);
obj.costChange = null; obj.costChange = null;
var flag = this.player.signi.some(function (signi) { var flag = this.player.signis.some(function (signi) {
return (signi.power >= 15000); return (signi.power >= 15000);
},this); },this);
if (flag) { if (flag) {