]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Use reinforced glass damage modifier for secure windoors (#29941)
authorlzk <124214523+lzk228@users.noreply.github.com>
Sat, 13 Jul 2024 04:03:16 +0000 (06:03 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 04:03:16 +0000 (14:03 +1000)
* Use Rglass damage modifier for reinforced windoors

* i actually can remove this line since inherited

Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml

index 1ec6c04ffe7d0bc2322f2efbfa870eaaf3d70a68..d15294cc4678de71727a1cbd9e8dec71e47783c9 100644 (file)
     - state: panel_open
       map: [ "enum.WiresVisualLayers.MaintenancePanel" ]
       visible: false
+  - type: Damageable
+    damageModifierSet: RGlass
   - type: Destructible
     thresholds:
     - trigger:
 
 - type: entity
   id: BaseSecurePlasmaWindoor
-  parent: BaseWindoor
+  parent: BaseSecureWindoor
   abstract: true
   components:
   - type: Sprite
 
 - type: entity
   id: BaseSecureUraniumWindoor
-  parent: BaseWindoor
+  parent: BaseSecureWindoor
   abstract: true
   components:
   - type: Sprite