Merge pull request #10754 from VOREStation/Arokha/shiplight

2 Overmap Fixes
This commit is contained in:
Novacat
2021-06-25 14:24:58 -04:00
committed by Chompstation Bot
parent ee2a4bbc77
commit 9dcda80a06
7 changed files with 13 additions and 8 deletions

View File

@@ -14,6 +14,9 @@
var/skybox_pixel_y //Shift from lower left corner of skybox
var/image/cached_skybox_image //Cachey
light_system = MOVABLE_LIGHT
light_on = FALSE
//Overlay of how this object should look on other skyboxes
/obj/effect/overmap/proc/get_skybox_representation()
if(!cached_skybox_image)
@@ -55,7 +58,6 @@
return INITIALIZE_HINT_QDEL
if(known)
//layer = ABOVE_LIGHTING_LAYER
plane = PLANE_LIGHTING_ABOVE
for(var/obj/machinery/computer/ship/helm/H in global.machines)
H.get_known_sectors()