mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
Protean blob fix (#8072)
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user