From 05d71fb080494679d07865ead1e44fd64788b77a Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 3 Sep 2022 09:40:20 -0400 Subject: [PATCH] Update terrain tiles (#10984) --- Resources/Prototypes/Tiles/floors.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 5b3475a08d..a7a24fc195 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -638,9 +638,9 @@ name: snow sprite: /Textures/Tiles/snow.png baseTurfs: - - Plating - isSubfloor: false - canCrowbar: true + - FloorDirt + isSubfloor: true + canCrowbar: false footstepSounds: collection: FootstepSnow friction: 0.20 @@ -653,9 +653,9 @@ name: grass floor sprite: /Textures/Tiles/grass.png baseTurfs: - - Plating - isSubfloor: false - canCrowbar: true + - FloorDirt + isSubfloor: true + canCrowbar: false footstepSounds: collection: FootstepGrass friction: 0.30 @@ -668,9 +668,9 @@ name: jungle grass floor sprite: /Textures/Tiles/grassjungle.png baseTurfs: - - Plating - isSubfloor: false - canCrowbar: true + - FloorDirt + isSubfloor: true + canCrowbar: false footstepSounds: collection: FootstepGrass friction: 0.30