1
0
Fork 0
forked from Simnation/Main

Update shared.lua

This commit is contained in:
Nordi98 2025-08-09 14:16:28 +02:00
parent 26e1d62cec
commit 3167d032f9

View file

@ -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
},