Unbreakable bar sign fix. (#35490)

* Fixed bar signs being indestructable

* Apply suggestions from code review

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
spderman3333
2025-02-25 06:43:03 -08:00
committed by GitHub
parent 594811a686
commit 7ddad07118

View File

@@ -31,6 +31,8 @@
enum.WiresUiKey.Key:
type: WiresBoundUserInterface
- type: Appearance
- type: Damageable
damageContainer: StructuralInorganic
- type: Destructible
thresholds:
- trigger:
@@ -38,7 +40,10 @@
damage: 50
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
acts: [ "Destruction" ]
- !type:PlaySoundBehavior
sound:
collection: MetalGlassBreak
- type: StationAiWhitelist
- type: WiresPanel
- type: Wires