From b81c7a478e1e4bf46a696d6d0d322690135cd712 Mon Sep 17 00:00:00 2001 From: JIPDawg <51352440+JIPDawg@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:09:00 -0500 Subject: [PATCH] Make small clamp use 2% battery instead of recharging 2% battery. (#32320) Make small clamp user 2% battery instead of recharge 2% battery. Co-authored-by: JIPDawg --- .../Entities/Objects/Specific/Mech/mecha_equipment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Mech/mecha_equipment.yml b/Resources/Prototypes/Entities/Objects/Specific/Mech/mecha_equipment.yml index c489dec1c5..a97ca0f017 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Mech/mecha_equipment.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Mech/mecha_equipment.yml @@ -39,7 +39,7 @@ - type: MechGrabber maxContents: 4 grabDelay: 3 - grabEnergyDelta: 20 + grabEnergyDelta: -20 - type: Tag tags: - SmallMech -- 2.52.0