From 20f3b514961ca391764d3f9dffb63a730e0edf73 Mon Sep 17 00:00:00 2001 From: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com> Date: Fri, 31 May 2024 03:52:51 +0200 Subject: [PATCH] fox (#25678) --- code/game/objects/items/robot/cyborg_gripper.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/robot/cyborg_gripper.dm b/code/game/objects/items/robot/cyborg_gripper.dm index 59409c56fa3..6cd8446c8bb 100644 --- a/code/game/objects/items/robot/cyborg_gripper.dm +++ b/code/game/objects/items/robot/cyborg_gripper.dm @@ -106,6 +106,7 @@ as part of their multi-layered protections to try and eliminate the chance of a return FALSE else if(gripped_item && !contents.len) gripped_item = null + return TRUE //Check that we're not pocketing a mob. else if(isitem(target)) @@ -116,7 +117,7 @@ as part of their multi-layered protections to try and eliminate the chance of a I.forceMove(src) gripped_item = I return TRUE - + to_chat(user, "You hold your gripper over [target], but no matter how hard you try, you cannot make yourself grab it.") return FALSE @@ -160,7 +161,7 @@ as part of their multi-layered protections to try and eliminate the chance of a // MARK: UNIVERSAL GRIPPER //////////////////////////////// /// Universal gripper. Not supplied to any cyborg by default. Could be varedited onto a borg for event stuff. Functions almost like a real hand! -/obj/item/gripper/universal +/obj/item/gripper/universal name = "cyborg gripper" desc = "A grasping tool for cyborgs. This one is not restricted by any restraining software, allowing it to handle any object the user wishes." // It's UNIVERSAL so it has all functions enabled.