Merge pull request #8919 from Citadel-Station-13/kevinz000-patch-47

Increases click resolution to 0.5 seconds
This commit is contained in:
nik707
2019-09-02 18:23:34 -05:00
committed by GitHub

View File

@@ -67,7 +67,7 @@
/mob/proc/ClickOn( atom/A, params )
if(world.time <= next_click)
return
next_click = world.time + 1
next_click = world.time + world.tick_lag
if(check_click_intercept(params,A))
return