fixes necklace (#14756)

This commit is contained in:
Zonespace
2022-07-06 07:37:42 -04:00
committed by GitHub
parent 9b0c01de03
commit 57748e4000
@@ -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//