Merge pull request #36829 from MrStonedOne/onclick_rework

[s]Minor Refactor of click code, anti-auto clicker protection
This commit is contained in:
vuonojenmustaturska
2018-04-01 16:23:54 +03:00
committed by CitadelStationBot
parent 75a49c53c8
commit ae61521e67
7 changed files with 180 additions and 99 deletions

View File

@@ -344,6 +344,14 @@
config_entry_value = null
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/error_cooldown // The "cooldown" time for each occurrence of a unique error
config_entry_value = 600
min_val = 0