From 18fb23bb1f2655b4e6ce3fee0bd9796af9bb42de Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 4 Jul 2021 18:19:31 -0700 Subject: [PATCH] Update carbon.dm --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 8e4b8026e4..6ad821b5e0 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -395,7 +395,7 @@ if(get_turf(user) != last) last = get_turf(user) passed_in[1] = 0.5 - if(R && !R.allow_breakout_movement) + if(cuffs && !cuffs.allow_breakout_movement) return DO_AFTER_STOP else passed_in[1] = 1