mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Makes the /Stat proc about five times faster (#22735)
* i am going to scream * less fucked up with sad removal
This commit is contained in:
@@ -280,8 +280,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
|
||||
/mob/dead/observer/Stat()
|
||||
..()
|
||||
statpanel("Status")
|
||||
if(client.statpanel == "Status")
|
||||
if(statpanel("Status"))
|
||||
show_stat_emergency_shuttle_eta()
|
||||
stat(null, "Respawnability: [HAS_TRAIT(src, TRAIT_RESPAWNABLE) ? "Yes" : "No"]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user