From 1ecb6964d9099d7314c3474c2a9c3caf8e6b40e6 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Wed, 4 Jan 2017 19:23:21 -0700 Subject: Builders no longer keep a real copy of the object they're "programmed" with. Also, add a "creative mode" configuration flag --- node_controllers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_controllers.lua') diff --git a/node_controllers.lua b/node_controllers.lua index c66f252..4b66b71 100644 --- a/node_controllers.lua +++ b/node_controllers.lua @@ -180,7 +180,7 @@ local execute_cycle = function(pos, clicker) -- So this should never happen. However, "should never happens" happen sometimes. So -- don't interrupt the build cycle as a whole, we've already moved so might as well try to complete as much as possible. strange_failure = true - elseif build_return == true then + elseif build_return == true and not digtron.creative_mode == true then building_fuel_cost = building_fuel_cost + digtron.build_cost end else -- cgit v1.2.3