mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Merge pull request #16566 from Iamgoofball/patch-17
makes fastprocess EVEN FASTER #speed #MrFastOne
This commit is contained in:
@@ -2,12 +2,13 @@ var/datum/subsystem/fastprocess/SSfastprocess
|
||||
|
||||
/datum/subsystem/fastprocess
|
||||
name = "Fast Process"
|
||||
priority = -1
|
||||
priority = 12
|
||||
wait = 1
|
||||
dynamic_wait = 1
|
||||
dwait_upper = 300
|
||||
dwait_upper = 10
|
||||
dwait_buffer = 0
|
||||
dwait_lower = 1
|
||||
dwait_delta = 7
|
||||
dwait_delta = 6
|
||||
|
||||
var/list/processing = list()
|
||||
var/list/currentrun = list()
|
||||
|
||||
Reference in New Issue
Block a user