mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 00:16:51 +01:00
KILLS STATPANEL (#4877)
Co-authored-by: VM_USER <VM_USER> Co-authored-by: silicons <no@you.cat>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
silicons
parent
55da42c20a
commit
fb429e51a4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user