Fixed big mode spawn positions

pull/3/head
Oshisaure 2020-10-13 20:26:07 +01:00
parent 0c8e910245
commit f6ca79ff91
7 changed files with 14 additions and 14 deletions

View File

@ -17,10 +17,10 @@ ARS.spawn_positions = {
}
ARS.big_spawn_positions = {
I = { x=2, y=2 },
I = { x=3, y=2 },
J = { x=2, y=3 },
L = { x=2, y=3 },
O = { x=2, y=3 },
O = { x=3, y=3 },
S = { x=2, y=3 },
T = { x=2, y=3 },
Z = { x=2, y=3 },

View File

@ -17,10 +17,10 @@ ARS.spawn_positions = {
}
ARS.big_spawn_positions = {
I = { x=2, y=0 },
I = { x=3, y=0 },
J = { x=2, y=1 },
L = { x=2, y=1 },
O = { x=2, y=1 },
O = { x=3, y=1 },
S = { x=2, y=1 },
T = { x=2, y=1 },
Z = { x=2, y=1 },

View File

@ -31,10 +31,10 @@ SRS.spawn_positions = {
}
SRS.big_spawn_positions = {
I = { x=2, y=0 },
I = { x=3, y=0 },
J = { x=2, y=1 },
L = { x=2, y=1 },
O = { x=2, y=1 },
O = { x=3, y=1 },
S = { x=2, y=1 },
T = { x=2, y=1 },
Z = { x=2, y=1 },

View File

@ -17,10 +17,10 @@ ARS.spawn_positions = {
}
ARS.big_spawn_positions = {
I = { x=2, y=2 },
I = { x=3, y=2 },
J = { x=2, y=3 },
L = { x=2, y=3 },
O = { x=2, y=3 },
O = { x=3, y=3 },
S = { x=2, y=3 },
T = { x=2, y=3 },
Z = { x=2, y=3 },

View File

@ -18,10 +18,10 @@ CRS.spawn_positions = {
}
CRS.big_spawn_positions = {
I = { x=2, y=2 },
I = { x=3, y=2 },
J = { x=2, y=3 },
L = { x=2, y=3 },
O = { x=2, y=3 },
O = { x=3, y=3 },
S = { x=2, y=2 },
T = { x=2, y=3 },
Z = { x=2, y=2 },

View File

@ -31,10 +31,10 @@ SRS.spawn_positions = {
}
SRS.big_spawn_positions = {
I = { x=2, y=0 },
I = { x=3, y=0 },
J = { x=2, y=1 },
L = { x=2, y=1 },
O = { x=2, y=1 },
O = { x=3, y=1 },
S = { x=2, y=1 },
T = { x=2, y=1 },
Z = { x=2, y=1 },

View File

@ -31,10 +31,10 @@ SRS.spawn_positions = {
}
SRS.big_spawn_positions = {
I = { x=2, y=2 },
I = { x=3, y=2 },
J = { x=2, y=3 },
L = { x=2, y=3 },
O = { x=2, y=3 },
O = { x=3, y=3 },
S = { x=2, y=3 },
T = { x=2, y=3 },
Z = { x=2, y=3 },