From 17218b72777aef63cc6533340d686fc3fd391455 Mon Sep 17 00:00:00 2001 From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Sun, 23 Feb 2025 23:43:15 +1200 Subject: [PATCH] Lattice tiles footsteps now sound like catwalks (#35421) change lattice from FootstepPlating to FootstepCatwalk --- Resources/Prototypes/Tiles/plating.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index 9627ab21f2..1f6579c47e 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -67,7 +67,7 @@ deconstructTools: [ Cutting ] weather: true footstepSounds: - collection: FootstepPlating + collection: FootstepCatwalk friction: 0.3 isSpace: true itemDrop: PartRodMetal1 -- 2.51.2