mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:09:03 -06:00
3-tall pentoes spawn highest on 21 now
This commit is contained in:
parent
0c2e3efd1a
commit
3ef3b193fd
@ -8,9 +8,9 @@ PAIRS.world = true
|
|||||||
|
|
||||||
PAIRS.spawn_positions = {
|
PAIRS.spawn_positions = {
|
||||||
[1] = { x=4, y=4 },
|
[1] = { x=4, y=4 },
|
||||||
[2] = { x=4, y=6 },
|
[2] = { x=4, y=5 },
|
||||||
[3] = { x=4, y=6 },
|
[3] = { x=4, y=5 },
|
||||||
[4] = { x=4, y=6 },
|
[4] = { x=4, y=5 },
|
||||||
[5] = { x=5, y=5 },
|
[5] = { x=5, y=5 },
|
||||||
[6] = { x=5, y=5 },
|
[6] = { x=5, y=5 },
|
||||||
[7] = { x=5, y=5 },
|
[7] = { x=5, y=5 },
|
||||||
@ -20,11 +20,11 @@ PAIRS.spawn_positions = {
|
|||||||
[11] = { x=4, y=5 },
|
[11] = { x=4, y=5 },
|
||||||
[12] = { x=4, y=5 },
|
[12] = { x=4, y=5 },
|
||||||
[13] = { x=4, y=5 },
|
[13] = { x=4, y=5 },
|
||||||
[14] = { x=4, y=6 },
|
[14] = { x=4, y=5 },
|
||||||
[15] = { x=4, y=6 },
|
[15] = { x=4, y=5 },
|
||||||
[16] = { x=4, y=6 },
|
[16] = { x=4, y=5 },
|
||||||
[17] = { x=4, y=6 },
|
[17] = { x=4, y=5 },
|
||||||
[18] = { x=4, y=6 },
|
[18] = { x=4, y=5 },
|
||||||
}
|
}
|
||||||
|
|
||||||
PAIRS.big_spawn_positions = {
|
PAIRS.big_spawn_positions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user