From 8955836c2c3571a532f42df929715038fca97973 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 11 Aug 2025 18:17:21 +0200 Subject: [PATCH] Update config.lua --- resources/[freizeit]/[gym]/dynyx-gym/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[freizeit]/[gym]/dynyx-gym/config.lua b/resources/[freizeit]/[gym]/dynyx-gym/config.lua index c1bae7a93..efedef9a5 100644 --- a/resources/[freizeit]/[gym]/dynyx-gym/config.lua +++ b/resources/[freizeit]/[gym]/dynyx-gym/config.lua @@ -20,7 +20,7 @@ Config.GymPassPrice = 400 -- Price of Membership Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership Config.EnableMinigame = true -- (true == Enables Minigame) (false == Disables Minigame) -Config.Minigame = 'skillcheck' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work) +Config.Minigame = 'ps-ui' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work) Config.Skills = { @@ -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 = 8, + time = 6, circles = 1, FailedMinigameStress = math.random(10, 15) -- If you failed the minigame you will gain stress as a punishment for failing it }