mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Fix some missed click check stuff
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user