mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
fixes necklace (#14756)
This commit is contained in:
@@ -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//
|
||||
|
||||
Reference in New Issue
Block a user