From 71e31bf0603ce6888a2e1ff371cd33091a39d495 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 02:54:46 +0200 Subject: [PATCH] Update config.lua --- resources/[jobs]/[crime]/nordi_containerheist/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[jobs]/[crime]/nordi_containerheist/config.lua b/resources/[jobs]/[crime]/nordi_containerheist/config.lua index 70b769975..fff8f9dd9 100644 --- a/resources/[jobs]/[crime]/nordi_containerheist/config.lua +++ b/resources/[jobs]/[crime]/nordi_containerheist/config.lua @@ -61,7 +61,7 @@ Config.ContainerTypes = { }, rewards = { -- Each reward has a chance (total should be <= 100) - {item = "phone", label = "Phone", min = 1, max = 3, chance = 30}, + {item = "phone_black", label = "Phone", min = 1, max = 3, chance = 30}, {item = "rolex", label = "Rolex Watch", min = 1, max = 2, chance = 20}, {item = "goldchain", label = "Gold Chain", min = 1, max = 3, chance = 25}, {item = "diamond", label = "Diamond", min = 1, max = 1, chance = 5},