pull/83/head
Aevann 2023-01-01 04:32:37 +02:00
parent 710502000e
commit 43a2f828d0
1 changed files with 6 additions and 0 deletions

View File

@ -92,6 +92,12 @@ function vote(type, id, dir) {
}
function pick(kind, price, coins, marseybux) {
console.log(price)
console.log(coins)
console.log(marseybux)
console.log(coins >= price)
console.log(marseybux >= price)
const buy1 = document.getElementById('buy1')
if (coins >= price && kind != "grass")
buy1.disabled=false;