|
@@ -345,6 +345,9 @@ for (var i = 0; i < cards.length; i++) {
|
|
if (playerStock[cardNum].status == 'CRYSTAL'){
|
|
if (playerStock[cardNum].status == 'CRYSTAL'){
|
|
cards.item(i).style.setProperty('Display','None');
|
|
cards.item(i).style.setProperty('Display','None');
|
|
}
|
|
}
|
|
|
|
+ /*if (cardPPG < 2){
|
|
|
|
+ cards.item(i).style.setProperty('Display','None');
|
|
|
|
+ }*/
|
|
if (cardCost > buyThreshold[cardVal.valueOf()]){
|
|
if (cardCost > buyThreshold[cardVal.valueOf()]){
|
|
cards.item(i).style.setProperty('Display','None');
|
|
cards.item(i).style.setProperty('Display','None');
|
|
}
|
|
}
|