mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes built APCs never getting a loc (#24509)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user