Skip to content

Commit

Permalink
Update window.dm (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Aug 21, 2024
1 parent ddca13f commit a07c0b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/objects/structures/window.dm
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,11 @@
/obj/structure/window/framed/mainship/canterbury //So we can wallsmooth properly.

/obj/structure/window/framed/mainship/escapeshuttle
smoothing_groups = list(SMOOTH_GROUP_ESCAPESHUTTLE)
canSmoothWith = list(
SMOOTH_GROUP_ESCAPESHUTTLE,
SMOOTH_GROUP_WINDOW_FULLTILE,
)

/obj/structure/window/framed/mainship/escapeshuttle/prison
resistance_flags = RESIST_ALL
Expand Down

0 comments on commit a07c0b5

Please sign in to comment.