From 0e97aa9a79c224328af2fdf5f963824aef361703 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 11 Aug 2025 18:13:57 +0200 Subject: [PATCH] Update config.lua --- resources/[freizeit]/[gym]/dynyx-gym/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }