From 7c455d14e0da59e53e8d24deb73c29a6797cfa0d Mon Sep 17 00:00:00 2001 From: Dip Date: Sun, 13 Sep 2020 19:40:20 -0300 Subject: [PATCH] Synthliz EAL fix --- .../mob/living/carbon/human/species_types/furrypeople.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm b/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm index 4da77a5d..2e8dfb78 100644 --- a/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm +++ b/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm @@ -296,6 +296,14 @@ mutant_bodyparts -= "mam_waggingtail" mutant_bodyparts |= "mam_tail" H.update_body() + +/datum/species/synthliz/on_species_gain(mob/living/carbon/human/H, datum/species/old_species) + ..() + H.grant_language(/datum/language/machine) + +/datum/species/synthliz/on_species_loss(mob/living/carbon/human/H) + H.remove_language(/datum/language/machine) + ..() //Praise the Omnissiah, A challange worthy of my skills - HS //EXOTIC//