This commit is contained in:
parent
bf0b70f83f
commit
f445b3f2d6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue