Merge pull request #2187 from Markolie/master

Simplify area check
This commit is contained in:
Fox-McCloud
2015-09-26 17:59:10 -04:00
+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)