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()