Co-authored-by: ItsSelis <selis@xynolabs.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Cadyn
2024-03-24 04:19:07 -07:00
committed by GitHub
parent 89552c2af4
commit ccad338c93
259 changed files with 3497 additions and 1176 deletions

View File

@@ -70,13 +70,16 @@ var/list/overminds = list()
overminds -= src
return ..()
/mob/observer/blob/Stat()
..()
if(statpanel("Status"))
if(blob_core)
stat(null, "Core Health: [blob_core.integrity]")
stat(null, "Power Stored: [blob_points]/[max_blob_points]")
stat(null, "Total Blobs: [GLOB.all_blobs.len]")
// ChompEDIT START - tgpanel
/mob/observer/blob/get_status_tab_items()
. = ..()
. += ""
. += "BLOB STATUS"
if(blob_core)
. += "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)