mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
@@ -52,8 +52,7 @@
|
|||||||
|
|
||||||
/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)
|
||||||
@@ -61,8 +60,6 @@
|
|||||||
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)
|
||||||
qdel(internal)
|
qdel(internal)
|
||||||
|
|||||||
Reference in New Issue
Block a user