mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Increase default minute topic limit to 150 (#23723)
* 100 to 200 * Update code/modules/client/client_procs.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --------- Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
return
|
||||
|
||||
// Rate limiting
|
||||
var/mtl = 100 // 100 topics per minute
|
||||
var/mtl = 150 // 150 topics per minute
|
||||
if(!holder) // Admins are allowed to spam click, deal with it.
|
||||
var/minute = round(world.time, 600)
|
||||
if(!topiclimiter)
|
||||
|
||||
Reference in New Issue
Block a user