diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index 7fe4807621..7bed3374eb 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -32,14 +32,12 @@ ask_verb = "rurs" exclaim_verb = "barks" colour = "vulpkanin" - key = "8" //lol, no idea - Poojawa - flags = RESTRICTED + key = "8" syllables = list("rur","ya","cen","rawr","bar","kuk","tek","qat","uk","wu","vuh","tah","tch","schz","auch", \ "ist","ein","entch","zwichs","tut","mir","wo","bis","es","vor","nic","gro","lll","enem","zandt","tzch","noch", \ "hel","ischt","far","wa","baram","iereng","tech","lach","sam","mak","lich","gen","or","ag","eck","gec","stag","onn", \ "bin","ket","jarl","vulf","einech","cresthz","azunein","ghzth") - /datum/language/squirrel name = "Ecureuilian" desc = "The native tongue of the inhabitants of Gaia. Squirrelkin and other beastkins of Gaia can use their ears and tails in addition to speech to communitcate." @@ -47,9 +45,33 @@ whisper_verb = "whispers" exclaim_verb = "chitters" key = "9" - flags = 0 syllables = list("sque","sqah","boo","beh","nweh","boopa","nah","wah","een","sweh") +/datum/language/demon + name = "Daemon" + 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." + speech_verb = "chants" + ask_verb = "croons" + exclaim_verb = "incants" + colour = "daemon" //So fancy + key = "n" + flags = WHITELISTED + syllables = list("viepn","e","bag","docu","kar","xlaqf","raa","qwos","nen","ty","von","kytaf","xin","ty","ka","baak","hlafaifpyk","znu","agrith","na'ar","uah","plhu","six","fhler","bjel","scee","lleri", + "dttm","aggr","uujl","hjjifr","wwuthaav",) + +/datum/language/angel + name = "Enochian" + desc = "The graceful language spoken by angels, composed of quiet hymns. Formally, Angels sing it." + speech_verb = "sings" + ask_verb = "hums" + exclaim_verb = "loudly sings" + colour = "enochian" //So fancy + key = "a" + flags = WHITELISTED + syllables = list("salve","sum","loqui","operatur","iusta","et","permittit","facere","effercio","pluribus","enim","hoc", + "mihi","wan","six","salve","tartu") + + /datum/language/unathi flags = 0 /datum/language/tajaran diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 45cbc581fd..d3b29e26e4 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -93,6 +93,8 @@ h1.alert, h2.alert {color: #000000;} .sergal {color: #0077FF;} .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;} .vox {color: #AA00AA;} .rough {font-family: "Trebuchet MS", cursive, sans-serif;} .say_quote {font-family: Georgia, Verdana, sans-serif;}