Skip to content

Commit

Permalink
Use reinforced glass damage modifier for secure windoors (space-wizar…
Browse files Browse the repository at this point in the history
…ds#29941)

* Use Rglass damage modifier for reinforced windoors

* i actually can remove this line since inherited
  • Loading branch information
lzk228 authored and Baa14453 committed Oct 19, 2024
1 parent 4d64048 commit 679de5a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
- state: panel_open
map: [ "enum.WiresVisualLayers.MaintenancePanel" ]
visible: false
- type: Damageable
damageModifierSet: RGlass
- type: Destructible
thresholds:
- trigger:
Expand Down Expand Up @@ -257,7 +259,7 @@

- type: entity
id: BaseSecurePlasmaWindoor
parent: BaseWindoor
parent: BaseSecureWindoor
abstract: true
components:
- type: Sprite
Expand Down Expand Up @@ -367,7 +369,7 @@

- type: entity
id: BaseSecureUraniumWindoor
parent: BaseWindoor
parent: BaseSecureWindoor
abstract: true
components:
- type: Sprite
Expand Down

0 comments on commit 679de5a

Please sign in to comment.