From bc052c91fcb14d4e5e1fbd61f08d194b4aa643ea Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Fri, 27 May 2016 22:53:49 -0400 Subject: [PATCH] better way --- code/modules/mob/living/carbon/human/species/abductor.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/abductor.dm b/code/modules/mob/living/carbon/human/species/abductor.dm index 4a3322c5f0c..bb1f3dd2067 100644 --- a/code/modules/mob/living/carbon/human/species/abductor.dm +++ b/code/modules/mob/living/carbon/human/species/abductor.dm @@ -24,7 +24,6 @@ H.gender = NEUTER if(H.mind) H.mind.abductor = new /datum/abductor - H.remove_language("Tradeband") - H.remove_language("Gutter") - H.remove_language("Clownish") + H.languages.Cut() //Under no condition should you be able to speak any language + H.add_language("Abductor Mindlink") //other than over the abductor's own mindlink return ..()