From 58d83eb06ba4bfb64c14894eef0e3a5fb5d0e10c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 25 Jun 2025 22:09:03 -0700 Subject: Fix duplicate entries for f_hay that are actually f_woodchips. --- furniture-rural.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/furniture-rural.json b/furniture-rural.json index 23da9b2..dd105f5 100644 --- a/furniture-rural.json +++ b/furniture-rural.json @@ -38,7 +38,7 @@ { "type": "sound_effect", "id": "smash_fail", - "variant": "f_hay", + "variant": "f_woodchips", "volume": 50, "files": [ "terrain/wood/hit_wooden_1.ogg", @@ -56,7 +56,7 @@ { "type": "sound_effect", "id": "smash_success", - "variant": "f_hay", + "variant": "f_woodchips", "volume": 50, "files": [ "terrain/wood/crash_wooden_1.ogg", -- cgit v1.2.1