fix WX15-037 const 1st

This commit is contained in:
WEBXOSS 2017-05-08 23:30:30 +08:00
parent 23ca2c4f1c
commit 9d9985c18d

View file

@ -106162,7 +106162,7 @@ var CardInfo = {
action: function (set,add) {
var value = 3000 * this.player.signis.filter(function (signi) {
return (signi !== this) && signi.hasClass('英知');
},this);
},this).length;
if (!value) return;
add(this,'power',value);
}