mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Fixes Unsimulated Steel Walls Not Smoothing (#14525)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixes unsimulated steel walls not smoothing with simulated steel window frames."
|
||||
Reference in New Issue
Block a user