diff --git a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm index 4378d4d2eb..acf1dc1ef9 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -242,8 +242,7 @@ H.mob_transforming = FALSE -/datum/action/innate/split_body/proc/make_ -() +/datum/action/innate/split_body/proc/make_dupe() var/mob/living/carbon/human/H = owner CHECK_DNA_AND_SPECIES(H)