diff --git a/resources/[freizeit]/[gym]/dynyx-gym/config.lua b/resources/[freizeit]/[gym]/dynyx-gym/config.lua index 3e7c3b76c..aa6e768d3 100644 --- a/resources/[freizeit]/[gym]/dynyx-gym/config.lua +++ b/resources/[freizeit]/[gym]/dynyx-gym/config.lua @@ -30,7 +30,7 @@ Config.Skills = { Stress = math.random(5, 9), -- GainStress -- You Can set the amount of Stress you gain here ProgressbarDuration = math.random(6000, 12000), -- This is the duration for the progressbar Minigame = { -- Circle Minigame - time = 5, + time = 8, circles = 1, FailedMinigameStress = math.random(10, 15) -- If you failed the minigame you will gain stress as a punishment for failing it }