Simplify area check

This commit is contained in:
Markolie
2015-09-26 23:50:16 +02:00
parent 469295e791
commit 9f3a39728b
+1 -2
View File
@@ -48,8 +48,7 @@
if(!H.key || !H.mind)
return
var/turf/T = H.loc
var/area/placeofdeath = get_area(T.loc)
var/area/placeofdeath = get_area(H.loc)
var/podname = "Unknown"
if(placeofdeath)
podname = sanitizeSQL(placeofdeath.name)