From 36e62c6efef23d08fa009fbbd41e9d01f05237eb Mon Sep 17 00:00:00 2001 From: Joan Lung <3886584+ChangelingRain@users.noreply.github.com> Date: Sat, 26 Aug 2017 14:33:32 -0400 Subject: [PATCH] shift the fix --- code/modules/power/apc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)