From 5992b5d83bb6f9a0ddb78fab4efff458d726022f Mon Sep 17 00:00:00 2001 From: Shirumic <90161225+Shirumic@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:12:31 -0500 Subject: [PATCH] Renames Daemon to Dremic (#5887) ## About The Pull Request Renames the Daemon name to Dremic in compliance with lore discussions, ffixes the description, and changes the color of the language to a different purple shade. ## Why It's Good For The Game Brings the Dremachir language up to lore standards. ## Changelog :cl: spellcheck: Renames and reflavors the Daemon language to Dremic /:cl: --- code/__DEFINES/languages/legacy.dm | 2 +- code/modules/language/languages/species/celestial.dm | 2 +- interface/stylesheet.dm | 2 +- tgui/packages/tgui-panel/styles/goon/chat-dark.scss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/__DEFINES/languages/legacy.dm b/code/__DEFINES/languages/legacy.dm index 0002d74e42f5..b2818c187e50 100644 --- a/code/__DEFINES/languages/legacy.dm +++ b/code/__DEFINES/languages/legacy.dm @@ -9,7 +9,7 @@ #define LANGUAGE_CHANGELING "Changeling" #define LANGUAGE_CHIMPANZEE "Chimpanzee" #define LANGUAGE_CULT "Cult" -#define LANGUAGE_DAEMON "Daemon" +#define LANGUAGE_DAEMON "Dremic" #define LANGUAGE_EAL "Encoded Audio Language" #define LANGUAGE_ENOCHIAN "Enochian" #define LANGUAGE_EVENT1 "Occursus" diff --git a/code/modules/language/languages/species/celestial.dm b/code/modules/language/languages/species/celestial.dm index 12ece6b9cdf8..e92c34542924 100644 --- a/code/modules/language/languages/species/celestial.dm +++ b/code/modules/language/languages/species/celestial.dm @@ -3,7 +3,7 @@ name = LANGUAGE_DAEMON //! set to common due to overwhelming playerbase saturation. translation_class = TRANSLATION_CLASS_DEFAULT_STANDARD_RACE - desc = "The language spoken by the demons of Infernum, it's composed of deep chanting. It's rarely spoken off of Infernum due to the volume one has to exert." + desc = "The language spoken by the dremachir of Drema, it's composed of deep chanting. It's rarely spoken off of Drema due to the volume one has to exert." speech_verb = "chants" ask_verb = "croons" exclaim_verb = "incants" diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index b98279971523..157ba215238f 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -240,7 +240,7 @@ h1.alert, h2.alert {color: #000000;} .birdsongc {color: #CC9900;} .vulpkanin {color: #B97A57;} .enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;} -.daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;} +.daemon {color: #68008B; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;} .luinimma {color: #d4bd11; font-family: "Trebuchet MS", cursive, sans-serif;} .keisani {color: #AF7751;} .bug {color: #9e9e39;} diff --git a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss index 30cae836f408..4b841e61dc81 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss @@ -1201,7 +1201,7 @@ blockquote.brass { } .daemon { - color: #5E339E; + color: #68008B; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;