[MIRROR] ports topic and click limiting from tg (#9952)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-26 15:21:23 -07:00
committed by GitHub
parent d6f7fd8ff4
commit 071e2c22a1
4 changed files with 128 additions and 0 deletions

View File

@@ -166,6 +166,22 @@
if(.)
Holiday = config_entry_value
/datum/config_entry/number/minute_topic_limit
config_entry_value = 250
min_val = 0
/datum/config_entry/number/second_topic_limit
config_entry_value = 15
min_val = 0
/datum/config_entry/number/minute_click_limit
config_entry_value = 400
min_val = 0
/datum/config_entry/number/second_click_limit
config_entry_value = 15
min_val = 0
/datum/config_entry/number/fps
default = 20
integer = FALSE