Adds Deksers custom augment (#12615)

This commit is contained in:
Dekserrrrrr
2021-11-06 12:08:19 +01:00
committed by GitHub
parent 7ac4568137
commit 98aeff161f
4 changed files with 14 additions and 0 deletions
@@ -2012,6 +2012,10 @@
if(rig.speech && rig.speech.voice_holder && rig.speech.voice_holder.active && rig.speech.voice_holder.current_accent)
used_accent = rig.speech.voice_holder.current_accent
var/obj/item/organ/internal/augment/synthetic_cords/voice/aug = internal_organs_by_name[BP_AUG_ACC_CORDS] //checks for augments, thanks grey
if(aug)
used_accent = aug.accent
for(var/obj/item/gear in list(wear_mask,wear_suit,head)) //checks for voice changers masks now
if(gear)
var/obj/item/voice_changer/changer = locate() in gear