diff --git a/baystation12.dme b/baystation12.dme index 6d829b20ce..45853abe79 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 6a87903d51..63f9803b41 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)