forked from rDrama/rDrama
1
0
Fork 0

I need coffee

master
Aevann 2023-01-01 04:35:08 +02:00
parent 68a7053114
commit b7dbe998f9
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ function vote(type, id, dir) {
function pick(kind, price, coins, marseybux) {
price = parseInt(price)
price = coins(price)
price = marseybux(price)
coins = parseInt(coins)
marseybux = parseInt(marseybux)
const buy1 = document.getElementById('buy1')
if (coins >= price && kind != "grass")