From c561114033431d65d535dfa0dd4db965f6b41214 Mon Sep 17 00:00:00 2001 From: Cadyn <35672377+cadyn@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:41:40 -0700 Subject: [PATCH] Protean blob fix (#8072) --- .../carbon/human/species/station/protean/protean_blob.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm index 8bf8fd5c02..863df3fc73 100644 --- a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_blob.dm @@ -187,10 +187,10 @@ return fulllist //ChompEDIT START - TGPanel -/mob/living/simple_mob/protean_blob/get_status_tab_items() +/mob/living/simple_mob/protean_blob/update_misc_tabs() . = ..() if(humanform) - humanform.species.update_misc_tabs(humanform) + humanform.species.update_misc_tabs(src) //ChompEDIT END /mob/living/simple_mob/protean_blob/updatehealth()