mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Adds Deksers custom augment (#12615)
This commit is contained in:
@@ -445,6 +445,11 @@
|
||||
organ_tag = BP_AUG_CORDS
|
||||
parent_organ = BP_HEAD
|
||||
|
||||
/obj/item/organ/internal/augment/synthetic_cords/voice
|
||||
desc = "An array of vocal cords. These appears to have been modified with a specific accent."
|
||||
organ_tag = BP_AUG_ACC_CORDS
|
||||
var/accent = ACCENT_TTS
|
||||
|
||||
/obj/item/organ/internal/augment/synthetic_cords/replaced(var/mob/living/carbon/human/target, obj/item/organ/external/affected)
|
||||
. = ..()
|
||||
target.sdisabilities &= ~MUTE
|
||||
|
||||
Reference in New Issue
Block a user