Skip to content

Commit

Permalink
Increace window layer
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 18, 2025
1 parent 9ba28cc commit 91d9cf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions modular_bandastation/aesthetics/boxes/code/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
/obj/item/storage/box/beaconimp
illustration = "implant"

/obj/item/storage/box/beakers
illustration = "beaker"

/obj/item/storage/box/beakers/bluespace
illustration = "beaker_bs"

/obj/item/storage/box/bodybags
illustration = "bodybag"

/obj/item/storage/box/chemimp
illustration = "implant"

Expand Down Expand Up @@ -196,6 +187,14 @@
icon_state = "medical"
illustration = "bodybags"

/obj/item/storage/box/beakers
icon_state = "medical"
illustration = "beaker"

/obj/item/storage/box/beakers/bluespace
icon_state = "medical"
illustration = "beaker_bs"

// MARK: Emergency
/obj/item/storage/box/emergencytank
icon_state = "internals"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// MARK: Windows
/obj/structure/window
layer = ABOVE_WINDOW_LAYER
layer = ABOVE_WINDOW_LAYER + 0.05
/// Used to define what file the edging sprite is contained within
var/edge_overlay_file
/// Tracks the edging appearence sprite
Expand Down

0 comments on commit 91d9cf0

Please sign in to comment.