Open Kurfursten opened 7 years ago
If someone dies via explosion, we have no record of the time they died at. This is kind of a problem if a lot of stuff was going on at once and we're trying to figure out who triggered an explosion that killed someone.
You could log this in /mob/proc/gib() or maybe it's /mob/proc/death(gib=0) if gib=1 either or
/mob/proc/gib()
/mob/proc/death(gib=0)
If someone dies via explosion, we have no record of the time they died at. This is kind of a problem if a lot of stuff was going on at once and we're trying to figure out who triggered an explosion that killed someone.