Merge pull request #12210 from VOREStation/upstream-merge-8200

[MIRROR] Cybernetic Augments and Sick Tats
This commit is contained in:
Casey
2022-02-13 21:48:53 +00:00
committed by CHOMPStation2
parent 23bff588e7
commit d4c693378d
6 changed files with 468 additions and 49 deletions
@@ -7,6 +7,7 @@
desc = "An implant allowing someone to speak the range of frequencies used in Galactic Common, as well as produce any phonemes that they usually cannot. Only helps with producing sounds, not understanding them."
known_implant = TRUE
var/list/languages = list(LANGUAGE_GALCOM) // List of languages that this assists with
initialize_loc = BP_HEAD
/obj/item/weapon/implant/language/post_implant(mob/M) // Amends the mob's voice organ, then deletes itself
if(ishuman(M))