From 500c26be4053223a2be0e0b1ac1cfe7300646e78 Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Fri, 2 Apr 2021 22:11:49 -0700 Subject: [PATCH] Fix 100dmg and 200dmg SWEPs --- Resources/Prototypes/Entities/Debugging/debug_sweps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Debugging/debug_sweps.yml b/Resources/Prototypes/Entities/Debugging/debug_sweps.yml index 23e51b08f8..593a7527e2 100644 --- a/Resources/Prototypes/Entities/Debugging/debug_sweps.yml +++ b/Resources/Prototypes/Entities/Debugging/debug_sweps.yml @@ -73,7 +73,7 @@ - type: entity name: bang stick 100dmg - parent: MeleeDebug + parent: MeleeDebugGib id: MeleeDebug100 components: - type: MeleeWeapon @@ -81,7 +81,7 @@ - type: entity name: bang stick 200dmg - parent: MeleeDebug + parent: MeleeDebugGib id: MeleeDebug200 components: - type: MeleeWeapon