upstream-merge-16484 [MDB IGNORE] (#9289)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Selis
2024-10-25 21:39:18 +02:00
committed by GitHub
parent b32c1ed032
commit 026253a175
277 changed files with 471452 additions and 36179 deletions

View File

@@ -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