KILLS STATPANEL (#4877)

Co-authored-by: VM_USER <VM_USER>
Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2023-01-11 09:12:35 -06:00
committed by GitHub
co-authored by VM_USER <VM_USER> silicons
parent 55da42c20a
commit fb429e51a4
245 changed files with 2957 additions and 1926 deletions
+7 -6
View File
@@ -61,13 +61,14 @@ var/list/overminds = list()
overminds -= src
return ..()
/mob/observer/blob/Stat()
..()
if(statpanel("Status"))
/mob/observer/blob/statpanel_data(client/C)
. = ..()
if(C.statpanel_tab("Status"))
STATPANEL_DATA_LINE("")
if(blob_core)
stat(null, "Core Health: [blob_core.integrity]")
stat(null, "Power Stored: [blob_points]/[max_blob_points]")
stat(null, "Total Blobs: [blobs.len]")
STATPANEL_DATA_LINE("Core Health: [blob_core.integrity]")
STATPANEL_DATA_LINE("Power Stored: [blob_points]/[max_blob_points]")
STATPANEL_DATA_LINE("Total Blobs: [blobs.len]")
/mob/observer/blob/Move(NewLoc, Dir = 0)
if(placed)