From 5bdc16e4e4f01721fc7eca3cbab722ce1177fd65 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 16 Dec 2023 17:17:09 +0000 Subject: [PATCH] fix explosion resistance applying from bag (#22609) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Entities/Clothing/base_clothing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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