[MIRROR] Port tg statpanel (#9242)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-17 14:29:59 -07:00
committed by GitHub
parent e68994c99d
commit 4d9879937f
207 changed files with 709 additions and 956 deletions

View File

@@ -70,7 +70,6 @@ var/list/overminds = list()
overminds -= src
return ..()
// ChompEDIT START - tgpanel
/mob/observer/blob/get_status_tab_items()
. = ..()
. += ""
@@ -79,7 +78,6 @@ var/list/overminds = list()
. += "Core Health: [blob_core.integrity]"
. += "Power Stored: [blob_points]/[max_blob_points]"
. += "Total Blobs: [GLOB.all_blobs.len]"
//ChompEDIT END
/mob/observer/blob/Move(var/atom/NewLoc, Dir = 0)
if(placed)