From 7b33c94c71c7d76c1fb95e9f2d5457a1cd38617f Mon Sep 17 00:00:00 2001 From: Watilin Date: Sat, 15 Nov 2025 16:56:15 +0100 Subject: [PATCH] Fix missing arrows on lua_tube yellow port (#174) --- tubes/lua.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubes/lua.lua b/tubes/lua.lua index 60f1382..426a93d 100644 --- a/tubes/lua.lua +++ b/tubes/lua.lua @@ -852,8 +852,8 @@ for white = 0, 1 do tiles[5] = tiles[5]..tiles_on_off.R_90:format(blue == 1 and "on" or "off"); tiles[6] = tiles[6]..tiles_on_off.R270:format(blue == 1 and "on" or "off"); -- Yellow - tiles[1] = tiles[1]..tiles_on_off.R180:format(yellow == 1 and "on" or "off"); - tiles[2] = tiles[2]..tiles_on_off.R180:format(yellow == 1 and "on" or "off"); + tiles[3] = tiles[3]..tiles_on_off.R180:format(yellow == 1 and "on" or "off"); + tiles[4] = tiles[4]..tiles_on_off.R180:format(yellow == 1 and "on" or "off"); tiles[5] = tiles[5]..tiles_on_off.R180:format(yellow == 1 and "on" or "off"); tiles[6] = tiles[6]..tiles_on_off.R180:format(yellow == 1 and "on" or "off"); -- Green