Fixes augment spawning and tweaks names of language processors slightly (#8999)

Fixes augment spawning and tweaks names of language processors slightly
This commit is contained in:
MarinaGryphon
2020-06-01 11:57:43 -05:00
committed by GitHub
parent 4a49dc9a81
commit dbd4ee3b0c
4 changed files with 55 additions and 7 deletions

View File

@@ -123,7 +123,7 @@
/datum/gear/augment/language_processor/New()
..()
var/language_processor = list()
language_processor["klaxan sinta unathi language processor"] = /obj/item/organ/internal/augment/language/klax
language_processor["cthur nral malic language processor"] = /obj/item/organ/internal/augment/language/cthur
gear_tweaks += new /datum/gear_tweak/path(language_processor)
var/language_processors = list()
language_processors["K'laxan [LANGUAGE_UNATHI] language processor"] = /obj/item/organ/internal/augment/language/klax
language_processors["C'thur [LANGUAGE_SKRELLIAN] language processor"] = /obj/item/organ/internal/augment/language/cthur
gear_tweaks += new /datum/gear_tweak/path(language_processors)