Skip to content

Commit

Permalink
Unbreakable bar sign fix. (#35490)
Browse files Browse the repository at this point in the history
* Fixed bar signs being indestructable

* Apply suggestions from code review

---------

Co-authored-by: slarticodefast <[email protected]>
  • Loading branch information
spderman3333 and slarticodefast authored Feb 25, 2025
1 parent 594811a commit 7ddad07
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@
enum.WiresUiKey.Key:
type: WiresBoundUserInterface
- type: Appearance
- type: Damageable
damageContainer: StructuralInorganic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 50
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
acts: [ "Destruction" ]
- !type:PlaySoundBehavior
sound:
collection: MetalGlassBreak
- type: StationAiWhitelist
- type: WiresPanel
- type: Wires
Expand Down

0 comments on commit 7ddad07

Please sign in to comment.