Merge pull request #2270 from Citadel-Station-13/upstream-merge-29711

[MIRROR] Fixes oversight with APCs using areastring
This commit is contained in:
LetterJay
2017-08-07 07:18:35 -05:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
for(var/obj/machinery/power/apc/C in GLOB.apcs_list)
if(C.cell && C.z == ZLEVEL_STATION)
var/area/A = get_area(C)
var/area/A = C.area
var/skip = 0
for(var/area_type in skipped_areas)