From 8ac3779d1ddf3354b50237ed3d4ba4c1bf6c247b Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Sat, 19 Dec 2020 17:18:29 +0100 Subject: [PATCH] Fix cargo telepad destructible component --- .../Entities/Constructible/Specific/cargo_telepad.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Specific/cargo_telepad.yml b/Resources/Prototypes/Entities/Constructible/Specific/cargo_telepad.yml index 7e7ec8d028..7d1fe9fb29 100644 --- a/Resources/Prototypes/Entities/Constructible/Specific/cargo_telepad.yml +++ b/Resources/Prototypes/Entities/Constructible/Specific/cargo_telepad.yml @@ -17,10 +17,13 @@ - type: Sprite sprite: Constructible/Power/cargo_teleporter.rsi state: pad-offline - - type: Destructible - deadThreshold: 75 + - type: Damageable resistances: metallicResistances + - type: Destructible + thresholds: + 75: + Acts: ["Destruction"] - type: Anchorable - type: Pullable - type: PowerReceiver - - type: CargoTelepad \ No newline at end of file + - type: CargoTelepad