Skip to content

Commit

Permalink
0640
Browse files Browse the repository at this point in the history
  • Loading branch information
Very-Soft committed May 20, 2024
1 parent 0803a4a commit ad18b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified icons/skybox/skybox_rs.dmi
Binary file not shown.
6 changes: 3 additions & 3 deletions maps/groundbase/groundbase_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@
icon = 'icons/obj/overmap.dmi'
icon_state = "lush"

skybox_icon = 'icons/skybox/virgo4.dmi'
skybox_icon_state = "v4"
skybox_icon = 'icons/skybox/skybox_rs.dmi'
skybox_icon_state = "3c"

skybox_pixel_x = 0
skybox_pixel_y = 0
Expand All @@ -362,7 +362,7 @@
space_zs = list(Z_LEVEL_GB_ENGINESAT)

/obj/effect/overmap/visitable/sector/virgo3c/generate_skybox(zlevel)
var/static/image/smallone = image(icon = 'icons/skybox/virgo4.dmi', icon_state = "v4")
var/static/image/smallone = image(icon = 'icons/skybox/skybox_rs.dmi', icon_state = "3c")
return smallone

// For making the 6-in-1 holomap, we calculate some offsets
Expand Down

0 comments on commit ad18b12

Please sign in to comment.