summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/machines/supply_converter.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua
index 9b1daf9..ccfb9b0 100644
--- a/technic/machines/supply_converter.lua
+++ b/technic/machines/supply_converter.lua
@@ -35,6 +35,7 @@ local run = function(pos, node)
..input * remain.." "..to..")")
else
meta:set_string("infotext", S("%s Has Bad Cabling"):format(machine_name))
+ meta:set_int(to.."_EU_supply", 0)
return
end