mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
[LORE] Updates Skrell standard language (#28423)
* who the fuck named this originally * skroll * forgor * feedback
This commit is contained in:
@@ -219,15 +219,15 @@
|
||||
return new_name
|
||||
|
||||
/datum/language/skrell
|
||||
name = "Skrellian"
|
||||
desc = "A melodic and complex language spoken by the Skrell of Qerrbalak. Some of the notes are inaudible to humans."
|
||||
name = "Qurvolious"
|
||||
desc = "The state language of the Royal Domain of Qerballak, Qurvolious has a rich and melodious sound that flows like water. Certain syllables of the language cannot be comprehended by non-Skrell."
|
||||
speech_verb = "warbles"
|
||||
ask_verb = "warbles"
|
||||
exclaim_verbs = list("warbles")
|
||||
colour = "skrell"
|
||||
key = "k"
|
||||
flags = RESTRICTED
|
||||
syllables = list("qr","qrr","xuq","qil","quum","xuqm","vol","xrim","zaoo","qu-uu","qix","qoo","zix","*","!")
|
||||
syllables = list("qr","qrr","xuq","qil","quum","xuqm","vol","xrim","zaoo","qu-uu","qix","qoo","zix","!","*")
|
||||
|
||||
/datum/language/vox
|
||||
name = "Vox-pidgin"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "Skrell"
|
||||
name_plural = "Skrell"
|
||||
icobase = 'icons/mob/human_races/r_skrell.dmi'
|
||||
language = "Skrellian"
|
||||
language = "Qurvolious"
|
||||
primitive_form = /datum/species/monkey/skrell
|
||||
|
||||
blurb = "Skrell are an amphibious species, that come from the planet Jargon 4, a humid planet filled with swamps and archipelagos. \
|
||||
|
||||
@@ -231,7 +231,7 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
|
||||
add_language("Sinta'unathi", 1)
|
||||
add_language("Siik'tajr", 1)
|
||||
add_language("Canilunzt", 1)
|
||||
add_language("Skrellian", 1)
|
||||
add_language("Qurvolious", 1)
|
||||
add_language("Vox-pidgin", 1)
|
||||
add_language("Orluum", 1)
|
||||
add_language("Rootspeak", 1)
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
user.add_language("Sinta'unathi")
|
||||
user.add_language("Siik'tajr")
|
||||
user.add_language("Canilunzt")
|
||||
user.add_language("Skrellian")
|
||||
user.add_language("Qurvolious")
|
||||
user.add_language("Vox-pidgin")
|
||||
user.add_language("Rootspeak")
|
||||
user.add_language("Chittin")
|
||||
@@ -82,7 +82,7 @@
|
||||
user.remove_language("Sinta'unathi")
|
||||
user.remove_language("Siik'tajr")
|
||||
user.remove_language("Canilunzt")
|
||||
user.remove_language("Skrellian")
|
||||
user.remove_language("Qurvolious")
|
||||
user.remove_language("Vox-pidgin")
|
||||
user.remove_language("Rootspeak")
|
||||
user.remove_language("Chittin")
|
||||
|
||||
@@ -285,7 +285,7 @@
|
||||
R.add_language("Sinta'unathi", 0)
|
||||
R.add_language("Siik'tajr", 0)
|
||||
R.add_language("Canilunzt", 0)
|
||||
R.add_language("Skrellian", 0)
|
||||
R.add_language("Qurvolious", 0)
|
||||
R.add_language("Vox-pidgin", 0)
|
||||
R.add_language("Rootspeak", 0)
|
||||
R.add_language("Trinary", 1)
|
||||
@@ -681,7 +681,7 @@
|
||||
R.add_language("Sinta'unathi", 1)
|
||||
R.add_language("Siik'tajr", 1)
|
||||
R.add_language("Canilunzt", 1)
|
||||
R.add_language("Skrellian", 1)
|
||||
R.add_language("Qurvolious", 1)
|
||||
R.add_language("Vox-pidgin", 1)
|
||||
R.add_language("Rootspeak", 1)
|
||||
R.add_language("Trinary", 1)
|
||||
|
||||
Reference in New Issue
Block a user