Fixes first_death check (#35944)

* Update blackbox.dm

* Update blackbox.dm
This commit is contained in:
Jordie
2018-02-26 07:03:04 +11:00
committed by CitadelStationBot
parent 0589c06507
commit 51a70bcd4f
+1 -1
View File
@@ -282,7 +282,7 @@ Versioning
var/last_words = sanitizeSQL(L.last_words)
var/suicide = sanitizeSQL(L.suiciding)
var/map = sanitizeSQL(SSmapping.config.map_name)
if(!suicide && !first_death.len)
if(!L.suiciding && !first_death.len)
first_death["name"] = L.name
first_death["role"] = null
if(L.mind.assigned_role)