From c7bc076cefad3b99e11e871af927a239657bc9d5 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 22 Aug 2020 10:30:32 +0200 Subject: [PATCH] [MIRROR] Jelly person body swap fix (#467) * Jelly person body swap fix (#53090) * Jelly person body swap fix Co-authored-by: NightRed --- .../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 3076d35fd90..c4388ddbf12 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -268,7 +268,7 @@ return owner /datum/action/innate/swap_body/ui_state(mob/user) - return GLOB.not_incapacitated_state + return GLOB.always_state /datum/action/innate/swap_body/ui_interact(mob/user, datum/tgui/ui) ui = SStgui.try_update_ui(user, src, ui)