Added more starting maps to Combo Challenge

pull/4/head
Ishaan Bhardwaj 2021-07-19 19:48:12 -04:00
parent 934f33da0d
commit 88f847bf88
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ local maps = {
},
[6] = {
[24] = {nil, blk, blk, blk},
},
[7] = {
[24] = {blk, blk, nil, blk},
},
[8] = {
[24] = {blk, nil, blk, blk},
}
}