Skip to content

Commit

Permalink
[MIRROR] Revert "Fix white skybox appearance"
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Feb 1, 2024
1 parent 341c4c7 commit 0ecd397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions code/_onclick/hud/skybox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@
screen |= skybox
skybox.screen_loc = "CENTER:[-224 - T.x],CENTER:[-224 - T.y]"

/client/proc/deferred_update_skybox(rebuild)
set waitfor = FALSE
sleep(1)
update_skybox(rebuild)

/mob/Login()
..()
client.deferred_update_skybox(1)
client.update_skybox(1)

/mob/Move()
var/old_z = get_z(src)
Expand Down
1 change: 0 additions & 1 deletion code/controllers/subsystems/skybox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ SUBSYSTEM_DEF(skybox)
dust.blend_mode = BLEND_ADD
var/mutable_appearance/space = new /mutable_appearance(/turf/space)
space.icon_state = "white"
space.plane = SKYBOX_PLANE
space.AddOverlays(dust)
space_appearance_cache[index] = space.appearance
background_color = RANDOM_RGB
Expand Down

0 comments on commit 0ecd397

Please sign in to comment.