Changes smes, cells, cell charger, terminals and apcs icons

This commit is contained in:
CitadelStationBot
2017-08-16 20:02:24 -05:00
parent 6f1b78e12c
commit 68830dac71
3 changed files with 12 additions and 15 deletions

View File

@@ -120,8 +120,8 @@
if(auto_name)
name = "\improper [get_area(src)] APC"
pixel_x = (src.tdir & 3)? 0 : (src.tdir == 4 ? 24 : -25)
pixel_y = (src.tdir & 3)? (src.tdir ==1 ? 23 : -24) : 0
pixel_x = (src.tdir & 3)? 0 : (src.tdir == 4 ? 26 : -27)
pixel_y = (src.tdir & 3)? (src.tdir == 1 ? 25 : -25) : 0
if (building)
area = get_area(src)
opened = 1