diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 18:30:32 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 18:30:32 +0100 |
commit | de44593b414cf024d70027297236f582309daa09 (patch) | |
tree | f1a599eabdd1d3485a2d7ccc00a1316e3cdac85a /pipes.lua | |
parent | 396a4fdacdd6f80e3bba55cd6c26a2ae321179d1 (diff) |
move flowable registration for airtight entry panel to devices.lua near node definition
Diffstat (limited to 'pipes.lua')
-rw-r--r-- | pipes.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -200,7 +200,6 @@ table.insert(pipes_empty_nodenames, valve_on) table.insert(pipes_empty_nodenames, valve_off) table.insert(pipes_empty_nodenames, entry_panel_empty) table.insert(pipes_empty_nodenames, flow_sensor_empty) -new_flow_logic_register.simple(entry_panel_empty) new_flow_logic_register.simple(flow_sensor_empty) local valve_on_loaded = "pipeworks:valve_on_loaded" @@ -209,7 +208,6 @@ local flow_sensor_loaded = "pipeworks:flow_sensor_loaded" table.insert(pipes_full_nodenames, valve_on_loaded) table.insert(pipes_full_nodenames, entry_panel_loaded) table.insert(pipes_full_nodenames, flow_sensor_loaded) -new_flow_logic_register.simple(entry_panel_loaded) new_flow_logic_register.simple(flow_sensor_loaded) pipeworks.pipes_full_nodenames = pipes_full_nodenames |