I need coffee
parent
68a7053114
commit
b7dbe998f9
|
@ -93,8 +93,8 @@ function vote(type, id, dir) {
|
||||||
|
|
||||||
function pick(kind, price, coins, marseybux) {
|
function pick(kind, price, coins, marseybux) {
|
||||||
price = parseInt(price)
|
price = parseInt(price)
|
||||||
price = coins(price)
|
coins = parseInt(coins)
|
||||||
price = marseybux(price)
|
marseybux = parseInt(marseybux)
|
||||||
|
|
||||||
const buy1 = document.getElementById('buy1')
|
const buy1 = document.getElementById('buy1')
|
||||||
if (coins >= price && kind != "grass")
|
if (coins >= price && kind != "grass")
|
||||||
|
|
Loading…
Reference in New Issue