From 51205454f38d2b114df1bebb797892fe95c94144 Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Sat, 10 May 2025 16:47:57 +0300 Subject: [PATCH] Fix: Add ability to execute using crusher weapons (#37330) * Fix * Oops * Skill issue --- Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml index 597df3f83e..8cbf2530ec 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml @@ -98,6 +98,8 @@ description: An early design of the proto-kinetic accelerator. components: - type: Sharp + - type: Execution + doAfterDuration: 4.0 - type: UnpoweredFlashlight - type: PointLight color: "#ffeead" -- 2.51.2