Skip to content

Commit

Permalink
layering fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 committed Jun 23, 2024
1 parent f2a8b7a commit 6169779
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 418 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/hybrisa_lights.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
name = "colony streetlight"
icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
icon_state = "street_off"
layer = ABOVE_XENO_LAYER
layer = BILLBOARD_LAYER

/obj/structure/machinery/colony_floodlight/street/update_icon()
if(damaged)
Expand All @@ -69,7 +69,7 @@
bound_height = 32
density = TRUE
health = 200
layer = ABOVE_XENO_LAYER
layer = BILLBOARD_LAYER

/obj/structure/machinery/colony_floodlight/traffic/update_icon()
if(damaged)
Expand All @@ -89,7 +89,7 @@
bound_height = 32
density = TRUE
health = 200
layer = ABOVE_XENO_LAYER
layer = BILLBOARD_LAYER

/obj/structure/machinery/colony_floodlight/traffic_alt/update_icon()
if(damaged)
Expand Down
Loading

0 comments on commit 6169779

Please sign in to comment.