[MIRROR] Fixes incorrect first death mob name (#6080)

* Fixes incorrect first death mob name

* Fixes incorrect first death mob name
This commit is contained in:
CitadelStationBot
2018-03-22 19:32:40 -05:00
committed by Poojawa
parent 80d5cc2884
commit c96253c376

View File

@@ -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