Timestamp QoL (#18878)

* Timestamp QoL

* Fixed Proc

Co-authored-by: Ordosian <Ordosian@gmail.com>
This commit is contained in:
Ordosian
2022-09-07 15:41:48 +01:00
committed by GitHub
co-authored by Ordosian
parent fc4a0ea4d6
commit 72d0990f3f
4 changed files with 16 additions and 10 deletions
@@ -279,7 +279,7 @@
occupant.emote("scream")
playsound(get_turf(src), 'sound/goonstation/effects/gib.ogg', 50, 1)
victims += "\[[time_stamp()]\] [key_name(occupant)] killed by [UserOverride ? "Autogibbing" : "[key_name(user)]"]" //have to do this before ghostizing
victims += "\[[all_timestamps()]\] [key_name(occupant)] killed by [UserOverride ? "Autogibbing" : "[key_name(user)]"]" //have to do this before ghostizing
occupant.death(1)
occupant.ghostize()