mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 12:47:13 +01:00
Lavaland parallax
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user