Merge pull request #9696 from Ghommie/Ghommie-cit312

clock welder overlay fix.
This commit is contained in:
kevinz000
2019-11-10 11:39:54 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+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, "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