diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-06-28 09:26:46 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-06-28 09:26:46 -0400 |
commit | 4a88ed096dea7044b7ebe55e70a947bdf048bcca (patch) | |
tree | 69521103b4c0eb5ab3b12064e2a839260bc7bbeb | |
parent | 9a3a9616f6a6c8993ec127fc0a9a27d47ef0d0aa (diff) | |
download | pipeworks-4a88ed096dea7044b7ebe55e70a947bdf048bcca.tar pipeworks-4a88ed096dea7044b7ebe55e70a947bdf048bcca.tar.gz pipeworks-4a88ed096dea7044b7ebe55e70a947bdf048bcca.tar.bz2 pipeworks-4a88ed096dea7044b7ebe55e70a947bdf048bcca.tar.xz pipeworks-4a88ed096dea7044b7ebe55e70a947bdf048bcca.zip |
typo fix
-rw-r--r-- | tubes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -482,7 +482,7 @@ register_tube("pipeworks:accelerator_tube","Accelerator pneumatic tube segment", return notvel(meseadjlist,velocity) end}}) -egister_tube("pipeworks:crossing_tube","Crossing tube segment",accelerator_plain_textures, +register_tube("pipeworks:crossing_tube","Crossing tube segment",accelerator_plain_textures, accelerator_noctr_textures,accelerator_end_textures,accelerator_short_texture,accelerator_inv_texture, {tube={can_go=function(pos,node,velocity,stack) return velocity |