From 92f246058c5ca25f411da3fa8ea32d44266b6371 Mon Sep 17 00:00:00 2001 From: Nyxilath Date: Sun, 21 Sep 2025 16:40:58 -0400 Subject: [PATCH] bugfix - correcting poster damage resistances (#40489) --- .../Entities/Structures/Wallmounts/Signs/posters.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index 774667ce66..3837448fc0 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -5,6 +5,9 @@ components: - type: Sprite sprite: Structures/Wallmounts/posters.rsi + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: Card - type: Destructible thresholds: - trigger: # Excess damage, don't spawn entities @@ -18,7 +21,7 @@ acts: ["Destruction"] - trigger: !type:DamageTrigger - damage: 5 + damage: 15 behaviors: - !type:PlaySoundBehavior sound: -- 2.51.2