From 29368a44791ec87423b55597174d79f0011aa629 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:55:01 +0100 Subject: [PATCH] sprites --- .../mob/living/carbon/human/species_types/jellypeople.dm | 2 ++ 1 file changed, 2 insertions(+) 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 43f5ca5526..c06e88bdb7 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -435,6 +435,8 @@ heatmod = 1 burnmod = 1 + allowed_limb_ids = list("slime","stargazer","lum") + /datum/action/innate/slime_change name = "Alter Form" check_flags = AB_CHECK_CONSCIOUS