mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[MIRROR] ports topic and click limiting from tg (#9952)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d6f7fd8ff4
commit
071e2c22a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user