mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
upstream-merge-16484 [MDB IGNORE] (#9289)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
next_click = max(world.time + timeout, next_click)
|
||||
|
||||
/mob/proc/checkClickCooldown()
|
||||
if(next_click > world.time && !CONFIG_GET(flag/no_click_cooldown)) // CHOMPEdit
|
||||
if(next_click > world.time && !CONFIG_GET(flag/no_click_cooldown))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user