From 8f7d75d664f0efa01ee4da36d411b16b5d8a4fe9 Mon Sep 17 00:00:00 2001 From: Dvir Date: Sun, 6 Aug 2023 17:44:21 +0300 Subject: [PATCH 1/2] Hammer Time Make the hammer able to be used like a fireaxe --- .../Entities/Objects/Weapons/Melee/breaching_hammer.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml b/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml index f9ce228e259..846be2bf0e5 100644 --- a/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml +++ b/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml @@ -36,5 +36,8 @@ quickEquip: false slots: - back - - + - type: Tool + qualities: + - Prying + - type: TilePrying + advanced: true From 563099180bca022bacd7708eb97aa52ad679719e Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:44:15 +0300 Subject: [PATCH 2/2] Update breaching_hammer.yml --- .../Entities/Objects/Weapons/Melee/breaching_hammer.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml b/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml index 846be2bf0e5..8a53b7286d2 100644 --- a/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml +++ b/Resources/Prototypes/_Nyano/Entities/Objects/Weapons/Melee/breaching_hammer.yml @@ -28,6 +28,8 @@ - type: Tool qualities: - Prying + - type: TilePrying + advanced: true speed: 0.8 useSound: /Audio/Items/jaws_pry.ogg - type: ToolForcePowered @@ -36,8 +38,3 @@ quickEquip: false slots: - back - - type: Tool - qualities: - - Prying - - type: TilePrying - advanced: true