Revert "Make handcuff click cooldown a define"

This reverts commit 7da7fdbaab.
This commit is contained in:
Francis
2014-10-20 22:23:07 +13:00
parent 25d587a483
commit 5f8380304a
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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()
+1 -1
View File
@@ -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