diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index 253b2d3a13c..66998d42a31 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -34,10 +34,9 @@ #define CLICK_CD_MELEE 8 #define CLICK_CD_RANGE 4 -#define CLICK_CD_HANDCUFFED 10 //click cooldowns, in tenths of a second #define BE_CLOSE 1 //in the case of a silicon, to select if they need to be next to the atom #define NO_DEXTERY 1 //if other mobs (monkeys, aliens, etc) can use this -//used by canUseTopic() +//used by canUseTopic() \ No newline at end of file diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index fc5fcd5e99d..49c617c09b6 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -74,7 +74,7 @@ return M.click_action(A,src) if(restrained()) - changeNext_move(CLICK_CD_HANDCUFFED) //Doing shit in cuffs shall be vey slow + changeNext_move(10) //Doing shit in cuffs shall be vey slow RestrainedClickOn(A) return