mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes Windows and Window Frames on Centcomm Not Smoothing (#14416)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user