Hotfix WX14-010

This commit is contained in:
WEBXOSS 2016-12-10 22:32:21 +08:00
parent 5c32f5111e
commit e567fcfcb8

View file

@ -123104,7 +123104,7 @@ var CardInfo = {
if (colors.length === 1) return colors[0];
return this.player.selectTextAsyn('COLOR',colors);
}).callback(this,function (color) {
if (color === 'black') return black;
if (color === 'red') return red;
return green;
});
},