Merge pull request #7545 from VOREStation/aro-clicks

Fix some missed click check stuff
This commit is contained in:
Aronai Sieyes
2020-04-30 21:03:06 -04:00
committed by GitHub
3 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -154,10 +154,10 @@
set category = "Object"
set src = usr
if(world.time <= next_click) // This isn't really a 'click' but it'll work for our purposes.
if(!checkClickCooldown())
return
next_click = world.time + 1
setClickCooldown(1)
if(istype(loc,/obj/mecha)) return