Fix a few talking issues

Posibrain talking without a language, give speech bubbles to things inside things, especially posibrains, give gibberish a chance instead of using null languages
This commit is contained in:
Aronai Sieyes
2020-05-20 13:52:08 -04:00
parent 49c00572c9
commit 50e09c0ee7
6 changed files with 53 additions and 23 deletions

View File

@@ -270,7 +270,7 @@
if (species_language)
set_default_language(GLOB.all_languages[species_language])
else
set_default_language(null)
set_default_language(GLOB.all_languages[LANGUAGE_GIBBERISH])
else
var/datum/language/L = locate(href_list["default_lang"])
if(L && (L in languages))