Skip to content

Commit

Permalink
Partial intelligibility as requested by CDB
Browse files Browse the repository at this point in the history
  • Loading branch information
IrkallaEpsilon authored Apr 25, 2024
1 parent 11ecafd commit 96a7de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/mob/language/outsider.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 216 in code/modules/mob/language/outsider.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '"Yassari"', expected one of: operator, field access, ')', ','
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")

0 comments on commit 96a7de7

Please sign in to comment.