Adds an accent system (#9196)

This commit is contained in:
Alberyk
2020-07-03 15:36:08 -03:00
committed by GitHub
parent 742f76e511
commit 7fbdeb2a02
35 changed files with 489 additions and 12 deletions
+1
View File
@@ -20,6 +20,7 @@
var/list/space_chance = 55 // Likelihood of getting a space in the random scramble string
var/list/partial_understanding // List of languages that can /somehwat/ understand it, format is: name = chance of understanding a word
var/machine_understands = TRUE // Whether machines can parse and understand this language
var/allow_accents = FALSE
/datum/language/proc/get_random_name(var/gender, name_count=2, syllable_count=4, syllable_divisor=2)
if(!syllables || !syllables.len)