From a6bd01698488c7e8bba1e633d3b1b728edd9b9b9 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:01:51 +0000 Subject: [PATCH] The better version thank you drulikar --- code/modules/mob/dead/observer/observer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index e9cc043cf6b3..3108a09e62b5 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -1238,7 +1238,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp var/time_since_death = world.time - timeofdeath var/format = (time_since_death >= 1 HOURS ? "hh:mm:ss" : "mm:ss") - . += "Time Since Death: [gameTimestamp(format, time_since_death)]" + . += "Time Since Death: [time2text(time_since_death, format)]" /proc/message_ghosts(message)