Fixes oversight with APCs using areastring

This commit is contained in:
CitadelStationBot
2017-08-05 19:28:33 -05:00
parent 521c149627
commit a90448b262
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ GLOBAL_PROTECT(AdminProcCallCount)
areas_all.Add(A.type)
for(var/obj/machinery/power/apc/APC in GLOB.apcs_list)
var/area/A = get_area(APC)
var/area/A = APC.area
if(!(A.type in areas_with_APC))
areas_with_APC.Add(A.type)