diff --git a/routing_tubes.lua b/routing_tubes.lua index c629e2a..000c6ee 100644 --- a/routing_tubes.lua +++ b/routing_tubes.lua @@ -20,7 +20,7 @@ if pipeworks.enable_priority_tube then plain = { "pipeworks_tube_plain.png^[colorize:" .. color }, noctr = { "pipeworks_tube_noctr.png^[colorize:" .. color }, ends = { "pipeworks_tube_end.png^[colorize:" .. color }, - short = "pipeworks_tube_tube_short.png^[colorize:" .. color, + short = "pipeworks_tube_short.png^[colorize:" .. color, node_def = { tube = { priority = 150 } -- higher than tubedevices (100) },