Merge pull request #11179 from Trilbyspaceclone/patch-290

AIs now understand dwarf
This commit is contained in:
Ghom
2020-02-22 22:49:08 +01:00
committed by GitHub
+1 -1
View File
@@ -138,7 +138,7 @@
/datum/language_holder/synthetic
languages = list(/datum/language/common)
shadow_languages = list(/datum/language/common, /datum/language/machine, /datum/language/draconic, /datum/language/slime)
shadow_languages = list(/datum/language/common, /datum/language/machine, /datum/language/draconic, /datum/language/slime, /datum/language/dwarf)
/datum/language_holder/empty
languages = list()