From 153f5e1044d4cabc1158bb7f6cf5c863e822075c Mon Sep 17 00:00:00 2001 From: panurgomatic Date: Tue, 21 Dec 2010 11:38:08 +0000 Subject: [PATCH] - Enabled working mechs back. No compile errors for me. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@685 316c924e-a436-60f5-8080-3fe189b3f50e --- goonstation.dme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/goonstation.dme b/goonstation.dme index f1a56d6e318..0b292064f34 100644 --- a/goonstation.dme +++ b/goonstation.dme @@ -426,6 +426,9 @@ #include "code\game\mecha\combat\gygax.dm" #include "code\game\mecha\combat\marauder.dm" #include "code\game\mecha\combat\weapons\weapons.dm" +#include "code\game\mecha\working\ripley.dm" +#include "code\game\mecha\working\working.dm" +#include "code\game\mecha\working\tools\tools.dm" #include "code\game\objects\assemblies.dm" #include "code\game\objects\blood.dm" #include "code\game\objects\bomb.dm"