mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
Merge pull request #11297 from VOREStation/Arokha/skyboxtrans
Overmap has smol skybox transparency
This commit is contained in:
committed by
Chompstation Bot
parent
1a38674550
commit
043dc972a5
@@ -10,10 +10,12 @@ var/global/list/map_sectors = list()
|
||||
/turf/unsimulated/map
|
||||
icon = 'icons/turf/space.dmi'
|
||||
icon_state = "map"
|
||||
alpha = 200
|
||||
|
||||
/turf/unsimulated/map/edge
|
||||
opacity = 1
|
||||
density = TRUE
|
||||
alpha = 255
|
||||
var/map_is_to_my
|
||||
var/turf/unsimulated/map/edge/wrap_buddy
|
||||
|
||||
@@ -75,6 +77,7 @@ var/global/list/map_sectors = list()
|
||||
if(x == global.using_map.overmap_size)
|
||||
I.pixel_x = 5*i + 2
|
||||
add_overlay(I)
|
||||
AddElement(/datum/element/turf_z_transparency)
|
||||
|
||||
/turf/unsimulated/map/Entered(var/atom/movable/O, var/atom/oldloc)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user