Unblocked — Doge

Unblocked — Doge

function buyUpgrade(cost, powerIncrease) if (coins >= cost) coins -= cost; clickPower += powerIncrease; updateUI();

function buyUpgrade(cost, powerIncrease) if (coins >= cost) coins -= cost; clickPower += powerIncrease; updateUI();