better be safe than sorry.

This commit is contained in:
Ghommie
2019-11-03 17:56:30 +01:00
parent 3cf056ed93
commit 431ab8fc0b
+1 -1
View File
@@ -111,7 +111,7 @@
var/list/targets = list()
for(var/H in GLOB.network_holopads)
var/area/A = get_area(H)
if(findtextEx(A.name, "AI") || !(A in pop_areas) || !is_station_level(H))
if(!A || findtextEx(A.name, "AI") || !(A in pop_areas) || !is_station_level(H))
continue
targets += H