Fixes Windows and Window Frames on Centcomm Not Smoothing (#14416)

This commit is contained in:
SleepyGemmy
2022-07-11 12:18:04 +02:00
committed by GitHub
parent e1a19a614d
commit 09fea6902c
4 changed files with 19 additions and 4 deletions
@@ -12,6 +12,9 @@
canSmoothWith = list(
/turf/simulated/wall,
/turf/simulated/wall/r_wall,
/turf/unsimulated/wall/steel, // Centcomm wall.
/turf/unsimulated/wall/darkshuttlewall, // Centcomm wall.
/turf/unsimulated/wall/riveted, // Centcomm wall.
/obj/structure/window_frame,
/obj/structure/window_frame/unanchored,
/obj/structure/window_frame/empty
+2 -2
View File
@@ -762,10 +762,10 @@
base_frame = /obj/structure/window_frame
smooth = SMOOTH_TRUE
canSmoothWith = list(
/turf/simulated/wall,
/turf/simulated/wall/r_wall,
/obj/structure/window/full/reinforced,
/obj/structure/window/full/reinforced/indestructible,
/obj/structure/window/full/reinforced/polarized,
/obj/structure/window/full/reinforced/polarized/indestructible,
/obj/structure/window/full/phoron/reinforced
)