mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Removes cuffed click CD to fix handcuffed alert not working (#25879)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user