From d9d4aa9453e5cfeaa80a8f5941ee95eaa5d885a7 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Thu, 30 May 2024 20:04:26 -0400 Subject: [PATCH] [MIRROR] Called Gripper gloves - have nothing to do with gripping (#2753) * Called Gripper gloves - have nothing to do with gripping (#83555) ## About The Pull Request Renames the gripping gloves to Enhanced Retrieval gloves ## Why It's Good For The Game These gloves in fact do nothing for your grip, they actually only let you tackle things, alternate name suggestions are welcome. ## Changelog :cl: oranges spellcheck: Gripper gloves are now Enhanced Retrieval gloves /:cl: --------- Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> * Called Gripper gloves - have nothing to do with gripping --------- Co-authored-by: oranges Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: NovaBot13 --- code/modules/clothing/gloves/tacklers.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/gloves/tacklers.dm b/code/modules/clothing/gloves/tacklers.dm index a904cd0dd90..4adb374d92b 100644 --- a/code/modules/clothing/gloves/tacklers.dm +++ b/code/modules/clothing/gloves/tacklers.dm @@ -1,6 +1,6 @@ /obj/item/clothing/gloves/tackler - name = "gripper gloves" - desc = "Special gloves that manipulate the blood vessels in the wearer's hands, granting them the ability to launch headfirst into walls." + name = "enhanced retrieval gloves" + desc = "Special gloves that manipulate the blood vessels in the wearer's hands, granting them the ability to launch headfirst into walls and tackle fleeing criminals in a single bound." icon_state = "tackle" inhand_icon_state = null cold_protection = HANDS