diff --git a/resources/[jobs]/[crime]/lation_247robbery/config/shared.lua b/resources/[jobs]/[crime]/lation_247robbery/config/shared.lua index f23041167..c26dc39a2 100644 --- a/resources/[jobs]/[crime]/lation_247robbery/config/shared.lua +++ b/resources/[jobs]/[crime]/lation_247robbery/config/shared.lua @@ -143,7 +143,8 @@ return { -- The 'item' can also be an account, such as 'cash' or 'bank' reward = { { item = 'cash', min = 2000, max = 7000, chance = 50 }, - { item = 'dildo', min = 1, max = 1, chance = 50 }, + { item = 'dildo', min = 1, max = 1, chance = 30 }, + { item = 'codeine_syrup', min = 1, max = 2, chance = 20 }, -- { item = 'markedbills', min = 1, max = 1, chance = 100, metadata = { ['worth'] = math.random(2000, 7000) } } -- Add or remove items as you wish following the same format },