From 57748e4000521ec2c899ef49f41b65a1c91aefc5 Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Wed, 6 Jul 2022 04:37:42 -0700 Subject: [PATCH] fixes necklace (#14756) --- modular_skyrat/modules/modular_items/code/necklace.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/modular_items/code/necklace.dm b/modular_skyrat/modules/modular_items/code/necklace.dm index 3bc36eb773b..a7b387be08c 100644 --- a/modular_skyrat/modules/modular_items/code/necklace.dm +++ b/modular_skyrat/modules/modular_items/code/necklace.dm @@ -24,7 +24,7 @@ return var/mob/living/carbon/human/H = user if(H.get_item_by_slot(ITEM_SLOT_NECK) == src && !QDELETED(src)) //This can be called as a part of destroy - user.remove_language(/datum/language/draconic/, TRUE, TRUE, LANGUAGE_TRANSLATOR) + user.remove_language(/datum/language/ashtongue/, TRUE, TRUE, LANGUAGE_TRANSLATOR) to_chat(user, span_boldnotice("You feel the alien mind of the Necropolis lose its interest in you as you remove the necklace. The eye closes, and your mind does as well, losing its grasp of Ashtongue.")) //ASHWALKER TRANSLATOR NECKLACE END//