diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index cefa46447c7..db856725acf 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -346,11 +346,6 @@ 'icons/stamp_icons/large_stamp-rd.png', 'icons/stamp_icons/large_stamp-cap.png', 'icons/stamp_icons/large_stamp-qm.png', - 'icons/stamp_icons/large_stamp-law.png', + 'icons/stamp_icons/large_stamp-law.png' + ) - - -var/list/extra_resources = list(\ - 'fonts/interstellarlog.ttf', - 'fonts/plasticbag.ttf' - ) \ No newline at end of file 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 d52ee3e95f0..bd8bd4f2c31 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -61,10 +61,9 @@ h1.alert, h2.alert {color: #000000;} .modooc {color: #184880; font-weight: bold;} .adminmod {color: #402A14; font-weight: bold;} .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;} .interface {color: #330033;} diff --git a/fonts/interstellarlog.ttf b/fonts/interstellarlog.ttf deleted file mode 100644 index 2f8b9da9bbc..00000000000 Binary files a/fonts/interstellarlog.ttf and /dev/null differ diff --git a/fonts/plasticbag.ttf b/fonts/plasticbag.ttf deleted file mode 100644 index 7df455719e3..00000000000 Binary files a/fonts/plasticbag.ttf and /dev/null differ