diff --git a/code/__HELPERS/angles.dm b/code/__HELPERS/angles.dm index aa39ee4f6e..a3fc2404bd 100644 --- a/code/__HELPERS/angles.dm +++ b/code/__HELPERS/angles.dm @@ -12,7 +12,7 @@ AM = target tx += AM.step_x ty += AM.step_y - return SIMPLIFY_DEGREES(arctan(tx - sx, ty - sy)) + return SIMPLIFY_DEGREES(arctan(ty - sy, tx - sx)) /proc/Get_Angle(atom/movable/start,atom/movable/end)//For beams. if(!start || !end)