mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Language Processors (#8823)
Added certain language augments to the Vaurca loadout.
This commit is contained in:
@@ -110,4 +110,20 @@
|
||||
cost = 1
|
||||
whitelisted = list("Vaurca Worker", "Vaurca Warrior")
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/augment/language_processor
|
||||
display_name = "language processor"
|
||||
description = "An augment that allows a vaurca to speak and understand a related language. These are only used by their respective hives."
|
||||
path = /obj/item/organ/internal/augment/language/klax
|
||||
cost = 2
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
whitelisted = list("Vaurca Worker", "Vaurca Warrior")
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/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)
|
||||
Reference in New Issue
Block a user