[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:
committed by
Poojawa
parent
80d5cc2884
commit
c96253c376
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user