summaryrefslogtreecommitdiff
path: root/tubes.lua
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-04-12 19:55:39 +0200
committerNovatux <nathanael.courant@laposte.net>2013-04-12 19:55:39 +0200
commit33e3d76cec976fbcdca61a43317e1872da48160d (patch)
tree54fe447a9aff0ffd52c8b1606c68aecdb399bb06 /tubes.lua
parent8cd0861484d847c9522abe68157937a838a42f32 (diff)
downloadpipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar
pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar.gz
pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar.bz2
pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar.xz
pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.zip
Fix conductive tube drop.
Diffstat (limited to 'tubes.lua')
-rw-r--r--tubes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tubes.lua b/tubes.lua
index 52822b2..0536290 100644
--- a/tubes.lua
+++ b/tubes.lua
@@ -442,6 +442,7 @@ register_tube("pipeworks:conductor_tube_off","Conductor tube segment",detector_p
register_tube("pipeworks:conductor_tube_on","Conductor tube segment on (you hacker you)",detector_plain_textures,noctr_textures,
end_textures,short_texture,detector_inv_texture,
{groups={mesecon=2,not_in_creative_inventory=1},
+ drop="pipeworks:conductor_tube_off_000000",
mesecons={conductor={state="on",
rules=mesecons_rules,
offstate="pipeworks:conductor_tube_off_#id"}}})