Update combos.js

Calculated too much. Even supercomputers would hate me.
This commit is contained in:
sigonasr2, Sig, Sigo 2021-07-19 15:10:56 +09:00 committed by GitHub
parent b451c6d82d
commit d5ee688508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ const FIRE=0;
var maxcombos=0
var combolist=[]
for (var i=0;i<=9;i++) {
for (var i=0;i<9;i++) {
maxcode+=String(ICE)
}