This commit is contained in:
libccy 2017-05-10 01:51:15 +08:00
parent bf0b70f83f
commit f445b3f2d6
1 changed files with 2 additions and 2 deletions

View File

@ -40358,8 +40358,8 @@
},
numStr:function(num,method){
if(num==Infinity){
if(method=='card') return get.selectableCards().length;
if(method=='target') return get.selectableTargets().length;
if(method=='card') return get.selectableCards().length.length+ui.selected.cards.length;
if(method=='target') return get.selectableTargets().length.length+ui.selected.targets.length;
return '∞';
}
return num.toString();