mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 09:19:03 -06:00
Corrected PAIRS big spawns
This commit is contained in:
parent
5b8e9586bd
commit
1a75d983dc
@ -28,16 +28,16 @@ PAIRS.spawn_positions = {
|
||||
}
|
||||
|
||||
PAIRS.big_spawn_positions = {
|
||||
[1] = { x=2, y=3 },
|
||||
[1] = { x=2, y=2 },
|
||||
[2] = { x=2, y=3 },
|
||||
[3] = { x=2, y=3 },
|
||||
[4] = { x=2, y=3 },
|
||||
[5] = { x=2, y=3 },
|
||||
[6] = { x=2, y=3 },
|
||||
[7] = { x=2, y=3 },
|
||||
[8] = { x=2, y=3 },
|
||||
[9] = { x=2, y=3 },
|
||||
[10] = { x=2, y=3 },
|
||||
[5] = { x=3, y=3 },
|
||||
[6] = { x=3, y=3 },
|
||||
[7] = { x=3, y=3 },
|
||||
[8] = { x=3, y=3 },
|
||||
[9] = { x=3, y=3 },
|
||||
[10] = { x=3, y=3 },
|
||||
[11] = { x=2, y=3 },
|
||||
[12] = { x=2, y=3 },
|
||||
[13] = { x=2, y=3 },
|
||||
|
Loading…
Reference in New Issue
Block a user