Skip to content

Commit

Permalink
Fixes an invisible window frame (#16433)
Browse files Browse the repository at this point in the history
  • Loading branch information
RipGrayson authored Aug 5, 2024
1 parent c256f50 commit f5331e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/structures/window_frame.dm
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@

/obj/structure/window_frame/junk_frame
icon = 'icons/obj/smooth_objects/junk_window_frame.dmi'
icon_state = "chigusa_wall-0"
base_icon_state = "chigusa_wall"
basestate = "chigusa_wall"
icon_state = "col_window_frame-0"
base_icon_state = "col_window_frame"
basestate = "col_window_frame"

/obj/structure/window_frame/urban
icon = 'icons/obj/smooth_objects/urban_window_frame.dmi'
Expand Down

0 comments on commit f5331e2

Please sign in to comment.