mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixes the telecomms machine having "Noise" as a listed language (#19611)
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
/datum/nttc_configuration/proc/update_languages()
|
||||
for(var/language in GLOB.all_languages)
|
||||
var/datum/language/L = GLOB.all_languages[language]
|
||||
if(L.flags & HIVEMIND)
|
||||
if(L.flags & (HIVEMIND | NONGLOBAL))
|
||||
continue
|
||||
valid_languages[language] = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user