Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto fix
  • Loading branch information
VentelR committed Jul 8, 2024
2 parents a6f31da + ca46d83 commit 7b65e2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Binary file modified icons/_nanomaps/Birdshot Station_nanomap_z1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,34 @@
/obj/structure/window/reinforced/tinted
icon = 'modular_bandastation/aesthetics/windows/icons/directional.dmi'
icon_state = "r_window"
flags_1 = UNPAINTABLE_1
color = "#5A6E82"

/obj/structure/window/reinforced/tinted/Initialize(mapload,direct)
. = ..()
flags_1 |= UNPAINTABLE_1

/obj/structure/window/reinforced/tinted/frosted
icon_state = "r_window"
color = "#5A6E82"

/obj/structure/window/plasma
icon = 'modular_bandastation/aesthetics/windows/icons/directional.dmi'
icon_state = "window"
flags_1 = UNPAINTABLE_1
color = "#C800FF"

/obj/structure/window/plasma/Initialize(mapload,direct)
. = ..()
flags_1 |= UNPAINTABLE_1

/obj/structure/window/reinforced/plasma
icon = 'modular_bandastation/aesthetics/windows/icons/directional.dmi'
icon_state = "r_window"
flags_1 = UNPAINTABLE_1
color = "#C800FF"

/obj/structure/window/reinforced/plasma/Initialize(mapload,direct)
. = ..()
flags_1 |= UNPAINTABLE_1

// Delete colors
/obj/structure/window/bronze
color = null
Expand Down

0 comments on commit 7b65e2d

Please sign in to comment.