From f8d72bcb274fd99fdef5d4ced3381bbf99ae1ab7 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:53:32 +0300 Subject: [PATCH] Update strata_decals.dm --- code/game/objects/effects/decals/strata_decals.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/decals/strata_decals.dm b/code/game/objects/effects/decals/strata_decals.dm index 71aa81c5a3..22a676eec1 100644 --- a/code/game/objects/effects/decals/strata_decals.dm +++ b/code/game/objects/effects/decals/strata_decals.dm @@ -8,7 +8,7 @@ name = "catwalk" layer = CATWALK_LAYER desc = "These things have no depth to them, are they just, painted on?" - ahcnored = TRUE + anchored = TRUE //////////////////OUTDOOR STUFF/////////////////