Skip to content

Commit

Permalink
1 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github committed Jul 4, 2024
1 parent 377efe4 commit dd901f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@
soldi = parseInt(soldi) - price;

console.info("Acquisto riuscito.");
console.log(`Nuovi valori - ${obj}: ${window[obj]}, soldi: ${soldi}`);
console.log(`Nuovi valori - ${obj}: ${window[obj]}; soldi: ${soldi}`);
} else {
window.alert("Banconote insufficienti!");
window.alert("Banconote insufficienti!")
}
} else if (valuta === 'gemme') {
if (price <= gemme) {
Expand Down

0 comments on commit dd901f3

Please sign in to comment.