Skip to content

Commit

Permalink
The better version
Browse files Browse the repository at this point in the history
thank you drulikar
  • Loading branch information
SabreML committed Jan 3, 2024
1 parent 2f12e5a commit a6bd016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a6bd016

Please sign in to comment.