From f2e26446dd5d533e7fd353bf736ad0d36871c00d Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 2 Jun 2021 21:43:59 -0400 Subject: [PATCH] Really fix protean blobs --- .../human/species/station/protean_vr/protean_powers.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm index 6b497de942..d965a9bbc5 100644 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm +++ b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm @@ -239,8 +239,9 @@ set category = "Abilities" set hidden = TRUE - if(!isturf(loc)) - to_chat(src,"You need more space to perform this action!") + var/atom/movable/to_locate = temporary_form || src + if(!isturf(to_locate.loc)) + to_chat(to_locate,"You need more space to perform this action!") return //Blob form