diff --git a/resources/[jobs]/[crime]/nordi_containerheist/config.lua b/resources/[jobs]/[crime]/nordi_containerheist/config.lua index 104a77349..84eb60fbe 100644 --- a/resources/[jobs]/[crime]/nordi_containerheist/config.lua +++ b/resources/[jobs]/[crime]/nordi_containerheist/config.lua @@ -434,8 +434,8 @@ Config.ContainerTypes = { duration = 45000, }, rewards = { - {item = "codeine_syrup", label = "Codein", min = 3, max = 6, chance = 20}, - {item = "filter_papers", label = "Filtertips", min = 4, max = 8, chance = 30}, + {item = "codeine_syrup", label = "Codein", min = 3, max = 6, chance = 30}, + {item = "filter_papers", label = "Filtertips", min = 4, max = 8, chance = 20}, {item = "rolling_paper", label = "Drehpapier", min = 4, max = 8, chance = 40}, {item = "tenkgoldchain", label = "10k Goldkette", min = 1, max = 2, chance = 5}, },