From cf038271c172b4bc4d0fe84154cf71943eb31f7a Mon Sep 17 00:00:00 2001 From: KathrinBailey Date: Sat, 22 Jun 2024 08:59:56 +0100 Subject: [PATCH] augh --- code/game/turfs/closed.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/turfs/closed.dm b/code/game/turfs/closed.dm index 4f098a038bf..5ba851e45ff 100644 --- a/code/game/turfs/closed.dm +++ b/code/game/turfs/closed.dm @@ -192,10 +192,12 @@ desc = "An extremely densely-packed rock, most mining tools or explosives would never get through this." icon = 'icons/turf/mining.dmi' icon_state = "rock" + base_icon_state = "smoothrocks" smoothing_flags = SMOOTH_BITMASK | SMOOTH_BORDER smoothing_groups = list(SMOOTH_GROUP_CLOSED_TURFS, SMOOTH_GROUP_MINERAL_WALLS) canSmoothWith = list(SMOOTH_GROUP_MINERAL_WALLS) color = "#a17768" + layer = EDGED_TURF_LAYER /turf/closed/indestructible/rock/sand name = "dense sandstone"