Shove APCs and air alarms up on the wall a bit higher

This commit is contained in:
Aronai Sieyes
2020-03-24 15:37:39 -04:00
parent 74a2db19a3
commit 2ea1802f68
3 changed files with 23327 additions and 2 deletions
+2 -2
View File
@@ -167,8 +167,8 @@
if (building)
set_dir(ndir)
pixel_x = (src.dir & 3)? 0 : (src.dir == 4 ? 24 : -24)
pixel_y = (src.dir & 3)? (src.dir ==1 ? 24 : -24) : 0
pixel_x = (src.dir & 3)? 0 : (src.dir == 4 ? 26 : -26) //VOREStation Edit -> 24 to 26
pixel_y = (src.dir & 3)? (src.dir ==1 ? 26 : -26) : 0 //VOREStation Edit -> 24 to 26
if (building==0)
init()
else