increase length of signal tube pulse

This commit is contained in:
Vanessa Ezekowitz 2017-03-17 10:15:09 -04:00
parent e5ee0dee90
commit 1bfc2d4e5b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if pipeworks.enable_detector_tube then
local detector_tube_step = 2 * tonumber(minetest.setting_get("dedicated_server_step"))
local detector_tube_step = 5 * tonumber(minetest.setting_get("dedicated_server_step"))
pipeworks.register_tube("pipeworks:detector_tube_on", {
description = "Detecting Pneumatic Tube Segment on (you hacker you)",
inventory_image = "pipeworks_detector_tube_inv.png",