mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
robot language selection fix (#8128)
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
// Silicons have no species language usually. So let's default them to GALCOM
|
||||
if(!language)
|
||||
to_chat(src, "<span class='notice'>You will now speak your standard default language, common, if you do not specify a language when speaking.</span>")
|
||||
default_language = LANGUAGE_GALCOM
|
||||
for(var/datum/language/lang in speech_synthesizer_langs)
|
||||
if(lang.name == LANGUAGE_GALCOM)
|
||||
default_language = lang
|
||||
break
|
||||
return
|
||||
apply_language(language)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user