mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Adds Spacer Language
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#define LANGUAGE_DAEMON "Daemon"
|
#define LANGUAGE_DAEMON "Daemon"
|
||||||
#define LANGUAGE_ENOCHIAN "Enochian"
|
#define LANGUAGE_ENOCHIAN "Enochian"
|
||||||
#define LANGUAGE_VESPINAE "Vespinae"
|
#define LANGUAGE_VESPINAE "Vespinae"
|
||||||
|
#define LANGUAGE_SPACER "Spacer"
|
||||||
|
|
||||||
#define LANGUAGE_CHIMPANZEE "Chimpanzee"
|
#define LANGUAGE_CHIMPANZEE "Chimpanzee"
|
||||||
#define LANGUAGE_NEAERA "Neaera"
|
#define LANGUAGE_NEAERA "Neaera"
|
||||||
|
|||||||
@@ -134,6 +134,16 @@
|
|||||||
"roar", "hyaa", "ma", "ha", "ya", "shi", "yo", "go"
|
"roar", "hyaa", "ma", "ha", "ya", "shi", "yo", "go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
/datum/language/spacer
|
||||||
|
name = LANGUAGE_SPACER
|
||||||
|
desc = "A rough pidgin-language comprised of Tradeband, Gutter, and Sol Common used by various space-born communities unique to Humanity."
|
||||||
|
key = "J"
|
||||||
|
syllables = list(
|
||||||
|
"ada", "zir", "bian", "ach", "usk", "ado", "ich", "cuan", "iga", "qing", "le", "que", "ki", "qaf", "dei", "eta"
|
||||||
|
)
|
||||||
|
colour = "spacer"
|
||||||
|
machine_understands = TRUE
|
||||||
|
|
||||||
/datum/language/unathi
|
/datum/language/unathi
|
||||||
flags = 0
|
flags = 0
|
||||||
/datum/language/tajaran
|
/datum/language/tajaran
|
||||||
|
|||||||
@@ -111,7 +111,12 @@ h1.alert, h2.alert {color: #000000;}
|
|||||||
.say_quote {font-family: Georgia, Verdana, sans-serif;}
|
.say_quote {font-family: Georgia, Verdana, sans-serif;}
|
||||||
.terminus {font-family: "Times New Roman", Times, serif, sans-serif}
|
.terminus {font-family: "Times New Roman", Times, serif, sans-serif}
|
||||||
.interface {color: #330033;}
|
.interface {color: #330033;}
|
||||||
|
<<<<<<< HEAD
|
||||||
.psionic {color: #993399;} /*YWedit*/
|
.psionic {color: #993399;} /*YWedit*/
|
||||||
|
||||||| parent of ae8e37f2ca... Merge pull request #9125 from Andromeda-K22/spacefam_speak
|
||||||
|
=======
|
||||||
|
.spacer {color: #9c660b;}
|
||||||
|
>>>>>>> ae8e37f2ca... Merge pull request #9125 from Andromeda-K22/spacefam_speak
|
||||||
|
|
||||||
BIG IMG.icon {width: 32px; height: 32px;}
|
BIG IMG.icon {width: 32px; height: 32px;}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user