From 89707179c9ba33980da22eb1b3362ebde2157614 Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Thu, 1 Mar 2012 20:18:46 +0000 Subject: [PATCH] For my recent patches --- baystation12.dme | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/baystation12.dme b/baystation12.dme index efd7852bf96..1c112b009c4 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -188,7 +188,6 @@ #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" @@ -420,6 +419,8 @@ #include "code\game\gamemodes\setupgame.dm" #include "code\game\gamemodes\autotraitor\autotraitor.dm" #include "code\game\gamemodes\blob\blob.dm" +#include "code\game\gamemodes\blob\blob_finish.dm" +#include "code\game\gamemodes\blob\blob_report.dm" #include "code\game\gamemodes\blob\theblob.dm" #include "code\game\gamemodes\changeling\changeling.dm" #include "code\game\gamemodes\changeling\changeling_powers.dm" @@ -438,6 +439,7 @@ #include "code\game\gamemodes\sandbox\h_sandbox.dm" #include "code\game\gamemodes\sandbox\sandbox.dm" #include "code\game\gamemodes\traitor\traitor.dm" +#include "code\game\gamemodes\wizard\soulstone.dm" #include "code\game\gamemodes\wizard\spellbook.dm" #include "code\game\gamemodes\wizard\spells.dm" #include "code\game\gamemodes\wizard\wizard.dm"