Fixes Unsimulated Steel Walls Not Smoothing (#14525)

This commit is contained in:
SleepyGemmy
2022-07-30 21:14:32 +02:00
committed by GitHub
parent 1326dddd27
commit e78c0fd1df
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -44,7 +44,10 @@
color = "#666666"
smooth = SMOOTH_TRUE
canSmoothWith = list(
/turf/unsimulated/wall/steel
/turf/unsimulated/wall/steel,
/obj/structure/window_frame,
/obj/structure/window_frame/unanchored,
/obj/structure/window_frame/empty
)
/turf/unsimulated/wall/darkshuttlewall
+6
View File
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixes unsimulated steel walls not smoothing with simulated steel window frames."