Corrected PAIRS big spawns

pull/13/head
Ishaan Bhardwaj 2021-01-07 20:53:36 -05:00
parent 5b8e9586bd
commit 1a75d983dc
1 changed files with 7 additions and 7 deletions

View File

@ -28,16 +28,16 @@ PAIRS.spawn_positions = {
} }
PAIRS.big_spawn_positions = { PAIRS.big_spawn_positions = {
[1] = { x=2, y=3 }, [1] = { x=2, y=2 },
[2] = { x=2, y=3 }, [2] = { x=2, y=3 },
[3] = { x=2, y=3 }, [3] = { x=2, y=3 },
[4] = { x=2, y=3 }, [4] = { x=2, y=3 },
[5] = { x=2, y=3 }, [5] = { x=3, y=3 },
[6] = { x=2, y=3 }, [6] = { x=3, y=3 },
[7] = { x=2, y=3 }, [7] = { x=3, y=3 },
[8] = { x=2, y=3 }, [8] = { x=3, y=3 },
[9] = { x=2, y=3 }, [9] = { x=3, y=3 },
[10] = { x=2, y=3 }, [10] = { x=3, y=3 },
[11] = { x=2, y=3 }, [11] = { x=2, y=3 },
[12] = { x=2, y=3 }, [12] = { x=2, y=3 },
[13] = { x=2, y=3 }, [13] = { x=2, y=3 },