Fix some missed click check stuff

This commit is contained in:
Aronai Sieyes
2020-04-30 19:33:23 -04:00
parent 0afc02f4a3
commit 1eb7a7bc03
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