From 606ea46314e12341da6136ad3298db8206d2be16 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 7 Jan 2020 11:48:41 -0800 Subject: [PATCH] parentheses --- code/_onclick/cyborg.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/cyborg.dm b/code/_onclick/cyborg.dm index 1ce359b91d..557dcb7464 100644 --- a/code/_onclick/cyborg.dm +++ b/code/_onclick/cyborg.dm @@ -66,7 +66,7 @@ if(C.user_unbuckle_mob(C.buckled_mobs[1],src)) return - if(!W && (get_dist(src,A) <= interaction_range))) + if(!W && (get_dist(src,A) <= interaction_range)) A.attack_robot(src) return