Skip to content

Commit 12d0963

Browse files
1 file edited
1 parent 6c5e546 commit 12d0963

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

game/pass/pass.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,15 @@
152152
break;
153153
case '1 CRar':
154154
//aumenta di +1 le cass rare
155+
NCassRar = parseInt(NCassRar) + 1;
156+
window.location.href;
155157
break;
156158
case '10 Gem':
157159
gemme = parseInt(gemme) + 10;
158160
break;
159161
default:
160-
window.alert("Errore: Ricompensa di switch(), non valida!");
162+
//window.alert("Errore: Ricompensa di switch(), non valida!");
163+
console.error("Ricompensa di switch(), non valida!")
161164
break;
162165
}
163166
} else {

0 commit comments

Comments
 (0)