Protean blob fix (#8072)

This commit is contained in:
Cadyn
2024-03-25 21:41:40 +01:00
committed by GitHub
parent 0e73a2a47f
commit c561114033
@@ -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()