diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml index 0c5db15c7c42..91edc7bf2ca4 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml @@ -35,6 +35,24 @@ entity_storage: !type:Container - type: Damageable damageContainer: Box + # ss220 box fix begin + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 60 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroyHeavy + - !type:SpawnEntitiesBehavior + spawn: + MaterialCardboard: + min: 2 + max: 4 + - !type:DoActsBehavior + acts: [ "Destruction" ] + # ss220 box fix end - type: Sprite noRot: true sprite: SS220/Structures/Storage/closet.rsi #SS220-Closet-Resprite @@ -91,15 +109,16 @@ parent: BaseBigBox components: - type: InteractionOutline - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 15 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - + # ss220 box fix begin + # - type: Destructible + # thresholds: + # - trigger: + # !type:DamageTrigger + # damage: 15 + # behaviors: + # - !type:DoActsBehavior + # acts: [ "Destruction" ] + # ss220 box fix end #For admin spawning only - type: entity