From 07ccea48b680b56b5988c39dd4b36d0ef60221e7 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:50:58 +0100 Subject: [PATCH] Update cyborg.dm (#29505) --- code/_onclick/cyborg.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/_onclick/cyborg.dm b/code/_onclick/cyborg.dm index abc50584892..b81ffe438df 100644 --- a/code/_onclick/cyborg.dm +++ b/code/_onclick/cyborg.dm @@ -78,10 +78,6 @@ A.attack_robot(src) return - // buckled cannot prevent machine interlinking but stops arm movement - if(buckled) - return - if(W == A) if(W.new_attack_chain) W.activate_self(src)