mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-11-17 16:35:26 +01:00
Fix missing arrows on lua_tube yellow port (#174)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user