Doge Unblocked «DELUXE • Summary»
function buyUpgrade(cost, powerIncrease) if (coins >= cost) coins -= cost; clickPower += powerIncrease; updateUI();
function buyUpgrade(cost, powerIncrease) if (coins >= cost) coins -= cost; clickPower += powerIncrease; updateUI();