diff --git a/code/__DEFINES/misc_defines.dm b/code/__DEFINES/misc_defines.dm index 5016c41a80b..7bd28f35382 100644 --- a/code/__DEFINES/misc_defines.dm +++ b/code/__DEFINES/misc_defines.dm @@ -12,7 +12,6 @@ //Click cooldowns, in tenths of a second #define CLICK_CD_MELEE 8 #define CLICK_CD_RANGE 4 -#define CLICK_CD_HANDCUFFED 10 #define CLICK_CD_TKSTRANGLE 10 #define CLICK_CD_POINT 10 #define CLICK_CD_RESIST 8 diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index 8db2ec0a68d..9e497ce2443 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -109,7 +109,6 @@ return M.click_action(A, src, params) if(restrained()) - changeNext_move(CLICK_CD_HANDCUFFED) //Doing shit in cuffs shall be vey slow RestrainedClickOn(A) return