mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
[MIRROR] Hotfix for body colour (#10564)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
Kashargul
parent
01fc47e997
commit
ed8205a364
@@ -218,3 +218,16 @@
|
||||
partial_understanding = list(LANGUAGE_TRADEBAND = 30, LANGUAGE_SOL_COMMON = 10)
|
||||
/datum/language/human/animal
|
||||
flags = RESTRICTED
|
||||
|
||||
/datum/language/sparkle
|
||||
name = LANGUAGE_SPARKLE
|
||||
desc = "Eeeeeeeeeeeeee."
|
||||
speech_verb = "says"
|
||||
ask_verb = "asks"
|
||||
exclaim_verb = "squeals"
|
||||
colour = "rainbow"
|
||||
key = "Z"
|
||||
syllables = list(
|
||||
"lol", "lmao", "rofl", "rawr", "XD", "eeeee", "hehe", "lolz", "0_o", ":>", "l1k3", "mudk1pz", "l33t", "br00tal", "hXc", "wtf", "pwn"
|
||||
)
|
||||
flags = WHITELISTED
|
||||
|
||||
Reference in New Issue
Block a user