From 96a7de75c14d413e543062ef8fa9326e66ea5ab0 Mon Sep 17 00:00:00 2001 From: IrkallaEpsilon <42441793+IrkallaEpsilon@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:04:26 +0200 Subject: [PATCH] Partial intelligibility as requested by CDB --- code/modules/mob/language/outsider.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/mob/language/outsider.dm b/code/modules/mob/language/outsider.dm index 1be272c7db7..e33767ccfff 100644 --- a/code/modules/mob/language/outsider.dm +++ b/code/modules/mob/language/outsider.dm @@ -211,6 +211,12 @@ colour = "cindarite" //placeholder for now till somebody can explain me how to set this up proper key = "u" has_written_form = TRUE + partial_understanding = list( + LANGUAGE_COMMON = 20 //Words often get imported into other languages especially if they convey the same information better that and common is the most common language + LANGUAGE_YASSARI = 10 //See common + LANGUAGE_EURO = 10, //See common + LANGUAGE_JANA = 10 //See common + ) shorthand = "CRV" space_chance = 50 syllables = list("ssa", "zra", "sz", "sssc", "i", "zro", "zii", "zr", "zs", "sz", "ssso", "ol", "or", "ar", "weh", "ors", "uuz", "izu", "iso", "e", "a", "u", "lo", "ak", "ssro", "nar", "nra", "nzo", "ee", "li", "ki", "eeh", "ssh", "hssr", "hiissr", "rass", "sie", "lu", "ku", "ri", "bi", "bso", "om", "rro", "siksi", "don", "su", "sss", "ars", "ree", "ssan")