From 87d87c91fa83a8bdb09e718f0641a33f475f6826 Mon Sep 17 00:00:00 2001 From: Zefram Date: Sat, 5 Jul 2014 16:27:09 +0100 Subject: Name tube items for function rather than material Previously, some tube types were named based on their function, and others based on some arbitrarily-chosen material used in their construction, with no meaningful system governing which was in each category. With this change they are consistently named according to function. Naming style is also made consistent in the wording that identifies tubes as such, and in capitalisation. --- teleport_tube.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teleport_tube.lua') diff --git a/teleport_tube.lua b/teleport_tube.lua index 1bd62d3..18c515f 100644 --- a/teleport_tube.lua +++ b/teleport_tube.lua @@ -102,7 +102,7 @@ local teleport_end_textures={"pipeworks_teleport_tube_end.png","pipeworks_telepo local teleport_short_texture="pipeworks_teleport_tube_short.png" local teleport_inv_texture="pipeworks_teleport_tube_inv.png" -pipeworks.register_tube("pipeworks:teleport_tube","Teleporter pneumatic tube segment",teleport_plain_textures, +pipeworks.register_tube("pipeworks:teleport_tube","Teleporting Pneumatic Tube Segment",teleport_plain_textures, teleport_noctr_textures,teleport_end_textures,teleport_short_texture,teleport_inv_texture, { is_teleport_tube = true, tube = { -- cgit v1.2.3