Removes cuffed click CD to fix handcuffed alert not working (#25879)

This commit is contained in:
dearmochi
2024-06-22 22:45:28 +00:00
committed by GitHub
parent 57e58943ea
commit 17ff2d52e7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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
-1
View File
@@ -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