From b68fcb6a4eb9254eb5ca73fb7066cfaebb887d80 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:09:43 +0200 Subject: [PATCH] Add briefcase damage (#32063) Initial commit --- Resources/Prototypes/Entities/Objects/Misc/briefcases.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml b/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml index 762204701c..77ddcf0d98 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml @@ -12,6 +12,10 @@ - type: Tag tags: - Briefcase + - type: MeleeWeapon + damage: + types: + Blunt: 8 - type: entity parent: BriefcaseBase -- 2.52.0