diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 49119da52e7..3b070f13842 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -124,7 +124,7 @@ if(NORTH) pixel_y = 23 if(SOUTH) - pixel_y = -25 + pixel_y = -23 if(EAST) pixel_x = 24 if(WEST)