From 5c7ef716422aee64b0cea7c9603574e1eabf6413 Mon Sep 17 00:00:00 2001 From: "quartz235@gmail.com" Date: Sun, 18 Dec 2011 20:27:51 +0000 Subject: [PATCH] HA HA TICKS don't hit me git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2738 316c924e-a436-60f5-8080-3fe189b3f50e --- tgstation.dme | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tgstation.dme b/tgstation.dme index a1bb834c901..ef67c15554d 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -161,6 +161,7 @@ #define FILE_DIR "icons/vending_icons" #define FILE_DIR "interface" #define FILE_DIR "maps" +#define FILE_DIR "maps/backup" #define FILE_DIR "sound" #define FILE_DIR "sound/ambience" #define FILE_DIR "sound/announcer" @@ -472,6 +473,7 @@ #include "code\game\machinery\computer\arcade.dm" #include "code\game\machinery\computer\atmos.dm" #include "code\game\machinery\computer\buildandrepair.dm" +#include "code\game\machinery\computer\cloning.dm" #include "code\game\machinery\computer\communications.dm" #include "code\game\machinery\computer\computer.dm" #include "code\game\machinery\computer\crew.dm"