forked from Simnation/Main
Update shared.lua
This commit is contained in:
parent
26e1d62cec
commit
3167d032f9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue