Skip to content

Commit

Permalink
Banners are no longer indestructible (#32077)
Browse files Browse the repository at this point in the history
* Banners are no longer indestructible

* uninflate
  • Loading branch information
Plykiya authored Sep 11, 2024
1 parent 982be4e commit bb21244
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Structures/Decoration/banners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
- HighImpassable
- BulletImpassable
- type: InteractionOutline
- type: Damageable
damageContainer: StructuralInorganic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]

- type: entity
id: BannerNanotrasen
Expand Down

0 comments on commit bb21244

Please sign in to comment.