Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncoloured prefab window #470

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading