From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 16 Dec 2023 17:17:09 +0000 (+0000) Subject: fix explosion resistance applying from bag (#22609) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5bdc16e4e4f01721fc7eca3cbab722ce1177fd65;p=space-station-14.git fix explosion resistance applying from bag (#22609) Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Entities/Clothing/base_clothing.yml b/Resources/Prototypes/Entities/Clothing/base_clothing.yml index 04609381cb..92a698dd30 100644 --- a/Resources/Prototypes/Entities/Clothing/base_clothing.yml +++ b/Resources/Prototypes/Entities/Clothing/base_clothing.yml @@ -36,7 +36,7 @@ id: ContentsExplosionResistanceBase components: - type: ExplosionResistance - worn: true # only apply to the clothing itself and items inside, not the wearer + worn: false # only apply to the clothing itself and items inside, not the wearer examine: explosion-resistance-contents-coefficient-value # to show explosion resistance examine - type: GroupExamine