Skip to content

Commit

Permalink
Renames Daemon to Dremic (#5887)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## 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

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

:cl:
spellcheck: Renames and reflavors the Daemon language to Dremic
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Shirumic committed Aug 29, 2023
1 parent 827db4f commit 5992b5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/languages/legacy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/language/languages/species/celestial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion interface/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/styles/goon/chat-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ blockquote.brass {
}

.daemon {
color: #5E339E;
color: #68008B;
letter-spacing:-1pt;
word-spacing:0pt;
font-family: "Courier New", Courier, monospace;
Expand Down

0 comments on commit 5992b5d

Please sign in to comment.