forked from mirrors/webxoss-core
fix WX15-034 costChange
This commit is contained in:
parent
38da4b2a06
commit
b3f5c23035
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue