diff --git a/baystation12.dme b/baystation12.dme index d487d7325ac..92314568724 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -844,10 +844,10 @@ #include "code\modules\customitems\item_spawning.dm" #include "code\modules\customitems\definitions\base.dm" #include "code\modules\destilery\main.dm" -#include "code\modules\detectivework\detective_work.dm" -#include "code\modules\detectivework\evidence.dm" -#include "code\modules\detectivework\footprints_and_rag.dm" -#include "code\modules\detectivework\scanner.dm" +#include "code\modules\DetectiveWork\detective_work.dm" +#include "code\modules\DetectiveWork\evidence.dm" +#include "code\modules\DetectiveWork\footprints_and_rag.dm" +#include "code\modules\DetectiveWork\scanner.dm" #include "code\modules\economy\Accounts.dm" #include "code\modules\economy\Accounts_DB.dm" #include "code\modules\economy\ATM.dm" diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 83e2f4d5466..db856725acf 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -347,10 +347,5 @@ 'icons/stamp_icons/large_stamp-cap.png', 'icons/stamp_icons/large_stamp-qm.png', 'icons/stamp_icons/large_stamp-law.png' - ) -var/list/extra_resources = list(\ - 'fonts/slime.ttf', - 'fonts/skrell.ttf', - 'fonts/binary.ttf' - ) + ) diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index 0cec7d6eb92..2f9969cb3ac 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -55,7 +55,7 @@ name = "Bubblish" desc = "Languages of slimes, a mixture of bubbling noises and pops. Almost impossible to speak without mechanical aid for non slime people." speech_verb = "bubbles and pops" - colour = "slime" + colour = "skrell" key = "f" flags = RESTRICTED diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 2a14191bc9b..b4c122dd10a 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -63,11 +63,9 @@ h1.alert, h2.alert {color: #000000;} .alien {color: #543354;} .tajaran {color: #803B56;} +.skrell {color: #00CED1;} .soghun {color: #228B22;} .vox {color: #AA00AA;} -.slime {font-family: \"001 Interstellar Log\", Verdana, sans-serif;} -.skrell {font-family: \"Plastic Bag\", Verdana, sans-serif;} - .say_quote {font-family: Georgia, Verdana, sans-serif;}