mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
@@ -52,16 +52,13 @@
|
|||||||
|
|
||||||
/mob/living/carbon/human/Stat()
|
/mob/living/carbon/human/Stat()
|
||||||
..()
|
..()
|
||||||
statpanel("Status")
|
if(statpanel("Status"))
|
||||||
|
stat(null, "Intent: [a_intent]")
|
||||||
stat(null, "Intent: [a_intent]")
|
stat(null, "Move Mode: [m_intent]")
|
||||||
stat(null, "Move Mode: [m_intent]")
|
if(emergency_shuttle)
|
||||||
if(emergency_shuttle)
|
var/eta_status = emergency_shuttle.get_status_panel_eta()
|
||||||
var/eta_status = emergency_shuttle.get_status_panel_eta()
|
if(eta_status)
|
||||||
if(eta_status)
|
stat(null, eta_status)
|
||||||
stat(null, eta_status)
|
|
||||||
|
|
||||||
if (client.statpanel == "Status")
|
|
||||||
|
|
||||||
if (internal)
|
if (internal)
|
||||||
if (!internal.air_contents)
|
if (!internal.air_contents)
|
||||||
|
|||||||
Reference in New Issue
Block a user