From c96253c376582e5313b9d3395774fe91c940468b Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 22 Mar 2018 19:32:40 -0500 Subject: [PATCH] [MIRROR] Fixes incorrect first death mob name (#6080) * Fixes incorrect first death mob name * Fixes incorrect first death mob name --- code/controllers/subsystem/blackbox.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm index af50975570..b106cd6835 100644 --- a/code/controllers/subsystem/blackbox.dm +++ b/code/controllers/subsystem/blackbox.dm @@ -283,7 +283,7 @@ Versioning var/suicide = sanitizeSQL(L.suiciding) var/map = sanitizeSQL(SSmapping.config.map_name) if(!L.suiciding && !first_death.len) - first_death["name"] = L.name + first_death["name"] = L.real_name first_death["role"] = null if(L.mind.assigned_role) first_death["role"] = L.mind.assigned_role