Reduce loots chest item max_count

This commit is contained in:
Juraj Vajda 2023-04-05 23:05:48 -04:00
parent f12b931ddb
commit c564b9f509

View File

@ -988,7 +988,7 @@ function Everness.set_loot_chest_items()
then then
table.insert(loot_items, { table.insert(loot_items, {
name = name, name = name,
max_count = 25, max_count = 10,
chance = 25 chance = 25
}) })
end end