Merge pull request #8196 from deathride58/definetimeprocs

Attempts to improve the performance of /mob/Stat() by turning various time procs into defines
This commit is contained in:
kevinz000
2019-04-03 23:46:02 -07:00
committed by GitHub
37 changed files with 65 additions and 77 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
var/mob/living/carbon/human/H = M
if(H.gloves)
hasgloves = "(gloves)"
var/current_time = time_stamp()
var/current_time = TIME_STAMP("hh:mm:ss", FALSE)
if(!LAZYACCESS(hiddenprints, M.key))
LAZYSET(hiddenprints, M.key, "First: [M.real_name]\[[current_time]\][hasgloves]. Ckey: [M.ckey]")
else