mirror of
https://github.com/mt-mods/currency.git
synced 2024-11-22 04:23:42 +01:00
add 50 and 100 Mg notes to "loot" support
This commit is contained in:
parent
0f3e04412c
commit
cb58511b77
19
loot.lua
19
loot.lua
@ -28,3 +28,22 @@ loot.register_loot({
|
||||
max_size = 10,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
loot.register_loot({
|
||||
weights = { generic = 50 },
|
||||
payload = {
|
||||
stack = ItemStack("currency:minegeld_50"),
|
||||
min_size = 1,
|
||||
max_size = 10,
|
||||
},
|
||||
})
|
||||
|
||||
loot.register_loot({
|
||||
weights = { generic = 50 },
|
||||
payload = {
|
||||
stack = ItemStack("currency:minegeld_100"),
|
||||
min_size = 1,
|
||||
max_size = 10,
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user