mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Drops Elysiun
This commit is contained in:
@@ -426,7 +426,6 @@
|
||||
key = "0"
|
||||
syllables = list ("honk","squeak","bonk","toot","narf","zub","wee","wub","norf")
|
||||
|
||||
//Out of system languages (non-standard, but still common)
|
||||
/datum/language/com_srus
|
||||
name = "Neo-Russkiya"
|
||||
desc = "Neo-Russkiya, a bastard mix of Gutter, Sol Common, and old Russian. The official language of the USSP. It has started to see use outside of the fringe in hobby circles and protest groups. The linguistic spirit of Sol-Gov criticisms."
|
||||
@@ -447,21 +446,6 @@
|
||||
"tizan","chka","tagan","dobry","okt","boda","veta","idi","cyk","blyt","hui","na",
|
||||
"udi","litchki","casa","linka","toly","anatov","vich","vech","vuch","toi","ka","vod")
|
||||
|
||||
/datum/language/elysiun
|
||||
name = "Elysiun"
|
||||
desc = "A secretive winding language taught in the Elysium Republic. In a fit of counter-culture, the language has been flipped on its original connotation, finding popular use in cutting edge fine art and progessive movements, much to the Republic's outrage."
|
||||
speech_verb = "dulciquents"
|
||||
ask_verb = "interpolates"
|
||||
whisper_verb = "susurates"
|
||||
colour = "elysiun"
|
||||
key = "?"
|
||||
space_chance = 80
|
||||
english_names = 1
|
||||
syllables = list("soilano","hosso","fo","noz","ossomo","fef","rin","blino","lino","hobline","newo","olz","zan","zar",
|
||||
"zin","zop","lab","oaz","boaz","zralo","frin","riveb","sowol","ralabo","noi","alo","e am","hof","zhamo",
|
||||
"fleob","ofoman","farhol","morhol","zafri","ossizo","vlol","som","vondo","yalaz","el","ed","ert","et",
|
||||
"flet","het","bet","fet","fot","fhot","fhlet","vhon","dofov","zalay","foy","soilany","soil","schlyt","zet")
|
||||
|
||||
/datum/language/wryn
|
||||
name = "Wryn Hivemind"
|
||||
desc = "Wryn have the strange ability to commune over a psychic hivemind."
|
||||
|
||||
@@ -173,7 +173,6 @@ var/list/ai_verbs_default = list(
|
||||
add_language("Sol Common", 1)
|
||||
add_language("Tradeband", 1)
|
||||
add_language("Neo-Russkiya", 0)
|
||||
add_language("Elysiun", 0)
|
||||
add_language("Gutter", 0)
|
||||
add_language("Sinta'unathi", 0)
|
||||
add_language("Siik'tajr", 0)
|
||||
|
||||
@@ -515,7 +515,6 @@
|
||||
user.add_language("Bubblish")
|
||||
user.add_language("Orluum")
|
||||
user.add_language("Clownish")
|
||||
user.add_language("Elysiun")
|
||||
user.add_language("Neo-Russkiya")
|
||||
else
|
||||
user.remove_language("Sinta'unathi")
|
||||
@@ -528,7 +527,6 @@
|
||||
user.remove_language("Bubblish")
|
||||
user.remove_language("Orluum")
|
||||
user.remove_language("Clownish")
|
||||
user.remove_language("Elysiun")
|
||||
user.remove_language("Neo-Russkiya")
|
||||
|
||||
/datum/pai_software/translator/is_active(mob/living/silicon/pai/user)
|
||||
|
||||
@@ -78,7 +78,6 @@
|
||||
R.add_language("Sol Common", 1)
|
||||
R.add_language("Tradeband", 1)
|
||||
R.add_language("Gutter", 0)
|
||||
R.add_language("Elysiun", 0)
|
||||
R.add_language("Neo-Russkiya", 0)
|
||||
R.add_language("Sinta'unathi", 0)
|
||||
R.add_language("Siik'tajr", 0)
|
||||
@@ -332,7 +331,6 @@
|
||||
R.add_language("Chittin", 1)
|
||||
R.add_language("Bubblish", 1)
|
||||
R.add_language("Clownish",1)
|
||||
R.add_language("Elysiun", 1)
|
||||
R.add_language("Neo-Russkiya", 1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user