diff --git a/code/_rendering/parallax/types/space.dm b/code/_rendering/parallax/types/space.dm index 3541c2d1dd..8056fe7e4a 100644 --- a/code/_rendering/parallax/types/space.dm +++ b/code/_rendering/parallax/types/space.dm @@ -1,6 +1,6 @@ /datum/parallax/space - var/static/planet_offset_x = rand(100, 130) - var/static/planet_offset_y = rand(100, 130) + var/static/planet_offset_x = rand(75, 110) + var/static/planet_offset_y = rand(75, 110) var/static/random_layer = pickweightAllowZero(list( /atom/movable/screen/parallax_layer/space/random/asteroids = 35, /atom/movable/screen/parallax_layer/space/random/space_gas = 35,