Skip to content

Commit

Permalink
Add Explosion Resistance to SecBelts (space-wizards#33253)
Browse files Browse the repository at this point in the history
Added explosion resistance to secbelt
  • Loading branch information
Vexerot authored Dec 16, 2024
1 parent c35505c commit 17e3ef3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
- type: Appearance

- type: entity
parent: [ClothingBeltStorageBase, BaseRestrictedContraband]
parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseRestrictedContraband]
id: ClothingBeltSecurity
name: security belt
description: Can hold security gear like handcuffs and flashes.
Expand All @@ -465,6 +465,8 @@
sprite: Clothing/Belt/security.rsi
- type: Clothing
sprite: Clothing/Belt/security.rsi
- type: ExplosionResistance
damageCoefficient: 0.9
- type: Storage
whitelist:
tags:
Expand Down

0 comments on commit 17e3ef3

Please sign in to comment.