diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-08 17:38:28 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-08 17:38:28 +0100 |
commit | d5e3f1cf68a15d7e14cc44eb8e58e49dbb6aa087 (patch) | |
tree | e478f8600024075e3ef786c03a74d454d01d5396 /new_flow_logic/flowable_node_registry.lua | |
parent | ce0983d239c4c855b7f6fd9d96d352c03c5d88b0 (diff) |
new flow logic: implement post-transition hook with mesecons support, add mesecons transition rules for flow sensor
Diffstat (limited to 'new_flow_logic/flowable_node_registry.lua')
-rw-r--r-- | new_flow_logic/flowable_node_registry.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new_flow_logic/flowable_node_registry.lua b/new_flow_logic/flowable_node_registry.lua index 7651928..2523803 100644 --- a/new_flow_logic/flowable_node_registry.lua +++ b/new_flow_logic/flowable_node_registry.lua @@ -32,6 +32,7 @@ pipeworks.flowables.outputs.list = {} pipeworks.flowables.transitions = {} pipeworks.flowables.transitions.list = {} -- master list pipeworks.flowables.transitions.simple = {} -- nodes that change based purely on pressure +pipeworks.flowables.transitions.mesecons = {} -- table of mesecons rules to apply on transition |