From 3ef3b193fd1a033d652e7a3fbf91d120bcc5c46d Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Fri, 8 Jan 2021 17:16:15 -0500 Subject: [PATCH] 3-tall pentoes spawn highest on 21 now --- tetris/rulesets/pairs.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tetris/rulesets/pairs.lua b/tetris/rulesets/pairs.lua index 131adc5..3c38e4b 100644 --- a/tetris/rulesets/pairs.lua +++ b/tetris/rulesets/pairs.lua @@ -8,9 +8,9 @@ PAIRS.world = true PAIRS.spawn_positions = { [1] = { x=4, y=4 }, - [2] = { x=4, y=6 }, - [3] = { x=4, y=6 }, - [4] = { x=4, y=6 }, + [2] = { x=4, y=5 }, + [3] = { x=4, y=5 }, + [4] = { x=4, y=5 }, [5] = { x=5, y=5 }, [6] = { x=5, y=5 }, [7] = { x=5, y=5 }, @@ -20,11 +20,11 @@ PAIRS.spawn_positions = { [11] = { x=4, y=5 }, [12] = { x=4, y=5 }, [13] = { x=4, y=5 }, - [14] = { x=4, y=6 }, - [15] = { x=4, y=6 }, - [16] = { x=4, y=6 }, - [17] = { x=4, y=6 }, - [18] = { x=4, y=6 }, + [14] = { x=4, y=5 }, + [15] = { x=4, y=5 }, + [16] = { x=4, y=5 }, + [17] = { x=4, y=5 }, + [18] = { x=4, y=5 }, } PAIRS.big_spawn_positions = {