From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Tue, 23 Dec 2025 13:13:39 +0000 (+1000) Subject: Fix incorrect table breakage sound (#41968) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=860f1418cdccb5a1d1ce120c2514faf7223fe88e;p=space-station-14.git Fix incorrect table breakage sound (#41968) * Fix incorrect table breakage sound * review * retry * are you kidding me --- diff --git a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml index 5442816d4f..d41346d220 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml @@ -534,7 +534,7 @@ acts: [ "Destruction" ] - !type:PlaySoundBehavior sound: - collection: GlassBreak + collection: WoodDestroy - trigger: !type:DamageTrigger damage: 15 @@ -715,6 +715,12 @@ damageModifierSet: Wood - type: Destructible thresholds: + - trigger: # Excess damage, don't spawn entities + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] - trigger: !type:DamageTrigger damage: 25