From 1d632c06663f228e9a9681739258f0c3d3ec4f55 Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Thu, 16 Feb 2012 19:06:04 +0200 Subject: [PATCH] Compiling fix --- baystation12.dme | 3 --- code/modules/mob/living/carbon/human/human.dm | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/baystation12.dme b/baystation12.dme index 6d829b20cec..45853abe79c 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -143,10 +143,7 @@ #define FILE_DIR "code/unused/spacecraft" #define FILE_DIR "code/WorkInProgress" #define FILE_DIR "code/WorkInProgress/Cael_Aislinn" -#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Jumper" -#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Rust" #define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Tajara" -#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/tajara_sprites" #define FILE_DIR "code/WorkInProgress/mapload" #define FILE_DIR "code/WorkInProgress/Mini" #define FILE_DIR "code/WorkInProgress/Mloc" diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 6a87903d51f..63f9803b419 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -111,8 +111,8 @@ src << "\blue Your icons have been generated!" ..() - known_languages = new/list() - known_languages.Add("english") + /*var/known_languages = list() + known_languages.Add("english")*/ // organStructure = new /obj/effect/organstructure/human(src)