Fixes built APCs never getting a loc (#24509)

This commit is contained in:
Cyberboss
2017-02-28 12:21:22 -06:00
committed by KorPhaeron
parent 0ae196b92a
commit 0bee4885df
+1 -1
View File
@@ -129,7 +129,7 @@
pixel_x = (src.tdir & 3)? 0 : (src.tdir == 4 ? 24 : -24)
pixel_y = (src.tdir & 3)? (src.tdir ==1 ? 24 : -24) : 0
if (building)
area = src.loc.loc:master
area = get_area(src)
opened = 1
operating = 0
name = "[area.name] APC"