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"