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//