Merge pull request #5700 from Citadel-Station-13/upstream-merge-35944

[MIRROR] Fixes first_death check
This commit is contained in:
deathride58
2018-02-25 21:38:02 +00:00
committed by GitHub
+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)