Skip to content

Commit

Permalink
Merge remote-tracking branch 'PvE-CMSS13/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 24, 2024
2 parents 341902d + 826a340 commit cdeee70
Show file tree
Hide file tree
Showing 5 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/mob/humans/onmob/items_lefthand_1.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/items_righthand_1.dmi
Binary file not shown.
Binary file modified icons/turf/walls/ice_colony/shiva_windows.dmi
Binary file not shown.

0 comments on commit cdeee70

Please sign in to comment.