Skip to content

Commit 7b33c94

Browse files
authored
Fix missing arrows on lua_tube yellow port (#174)
1 parent 6e11868 commit 7b33c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tubes/lua.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,8 +852,8 @@ for white = 0, 1 do
852852
tiles[5] = tiles[5]..tiles_on_off.R_90:format(blue == 1 and "on" or "off");
853853
tiles[6] = tiles[6]..tiles_on_off.R270:format(blue == 1 and "on" or "off");
854854
-- Yellow
855-
tiles[1] = tiles[1]..tiles_on_off.R180:format(yellow == 1 and "on" or "off");
856-
tiles[2] = tiles[2]..tiles_on_off.R180:format(yellow == 1 and "on" or "off");
855+
tiles[3] = tiles[3]..tiles_on_off.R180:format(yellow == 1 and "on" or "off");
856+
tiles[4] = tiles[4]..tiles_on_off.R180:format(yellow == 1 and "on" or "off");
857857
tiles[5] = tiles[5]..tiles_on_off.R180:format(yellow == 1 and "on" or "off");
858858
tiles[6] = tiles[6]..tiles_on_off.R180:format(yellow == 1 and "on" or "off");
859859
-- Green

0 commit comments

Comments
 (0)