From 6123493fd73a9c70210eb89274b5690caf562823 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sun, 03 Feb 2013 19:28:51 +0100
Subject: [PATCH] Added API functions to register LV and MV machines

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

diff --git a/technic/tool_workshop.lua b/technic/tool_workshop.lua
index f47469e..cf39c56 100644
--- a/technic/tool_workshop.lua
+++ b/technic/tool_workshop.lua
@@ -95,3 +95,6 @@
 				"list[current_player;main;0,5;8,4;]")
 	end
 }) 
+
+register_LV_machine ("technic:tool_workshop","RE")
+

--
Gitblit v1.8.0