From 8be389e774a99ec5d08ca86b3902bb98310fd58d Mon Sep 17 00:00:00 2001
From: Konstantin Oblaukhov <oblaukhov.konstantin@gmail.com>
Date: Sat, 06 Jul 2013 15:52:41 +0200
Subject: [PATCH] Enriched Uranium.

---
 technic/power_radiator.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/technic/power_radiator.lua b/technic/power_radiator.lua
index 4e248b1..86a770e 100644
--- a/technic/power_radiator.lua
+++ b/technic/power_radiator.lua
@@ -163,6 +163,7 @@
 --		      meta:set_int("active",1) -- used for setting textures someday maybe
 		   shutdown_inductive_appliances(pos)
 		   meta:set_int("connected_EU_demand", 0)
+		   meta:set_int("MV_EU_demand",1)
 		elseif eu_input == eu_demand then
 		   -- Powered and ready
 

--
Gitblit v1.8.0