Skip to content

Commit

Permalink
Uncoloured prefab window (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 24, 2024
1 parent 7c7eaf4 commit 826a340
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/game/objects/structures/window.dm
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,15 @@
health = 40
window_frame = /obj/structure/window_frame/shiva

/obj/structure/window/framed/prefab
name = "poly-kevlon framed window"
icon = 'icons/turf/walls/ice_colony/shiva_windows.dmi'
icon_state = "prefab_window0"
basestate = "prefab_window"
desc = "A semi-transparent (not entirely opaque) pane of material set into a poly-kevlon frame. Very smashable."
health = 40
window_frame = /obj/structure/window_frame/prefab

//Solaris windows

/obj/structure/window/framed/solaris
Expand Down
6 changes: 6 additions & 0 deletions code/game/objects/structures/window_frame.dm
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@
icon_state = "shiva_window0_frame"
basestate = "shiva_window"

/obj/structure/window_frame/prefab
name = "poly-kevlon window frame"
icon = 'icons/turf/walls/ice_colony/shiva_windows.dmi'
icon_state = "prefab_window0_frame"
basestate = "prefab_window"

//Solaris frames

/obj/structure/window_frame/solaris
Expand Down
Binary file modified icons/turf/walls/ice_colony/shiva_windows.dmi
Binary file not shown.

0 comments on commit 826a340

Please sign in to comment.