From 3c1b8ced04f6a5bcc2f387f2a3dec08c650d0a78 Mon Sep 17 00:00:00 2001 From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:37:10 -0600 Subject: [PATCH] Botany no longer gets meta weapons (#24481) Nomoredeath --- .../Entities/Objects/Specific/Hydroponics/tools.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml index bc03308d14..00224fd318 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml @@ -16,7 +16,7 @@ swingLeft: true damage: types: - Slash: 10 + Slash: 6 - type: Item sprite: Objects/Tools/Hydroponics/hoe.rsi @@ -83,8 +83,8 @@ swingLeft: true damage: types: - Slash: 10 - Piercing: 5 + Slash: 8 + Piercing: 2 - type: Item sprite: Objects/Tools/Hydroponics/hatchet.rsi @@ -104,8 +104,8 @@ wideAnimationRotation: 45 damage: types: - Blunt: 10 - Piercing: 5 # I guess you can stab it into them? + Blunt: 8 + Piercing: 2 # I guess you can stab it into them? - type: Item sprite: Objects/Tools/Hydroponics/spade.rsi - type: Shovel -- 2.51.2