From 6533d850c2e73cc42b3b271170bcee705b474762 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:42:06 +0100 Subject: [PATCH] compile --- .../mob/living/carbon/human/species_types/jellypeople.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dbcf798cf1..b88c68f386 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -738,7 +738,7 @@ H.update_disabled_bodyparts(silent = TRUE) H.remove_movespeed_modifier(/datum/movespeed_modifier/slime_puddle) H.layer += 1 //go one layer back above! - REMOVE_BITFIELD(H.pass_flags, PASSMOB) + DISABLE_BITFIELD(H.pass_flags, PASSMOB) is_puddle = FALSE if(squeak) squeak.RemoveComponent()