Remove unrequired for loop

This commit is contained in:
An0n3m0us 2020-02-21 09:14:15 +00:00
parent 46e4c7be12
commit 90b210143d
3 changed files with 7 additions and 10 deletions

View file

@ -1,3 +1,6 @@
-- Loot from the `default` mod is registered here,
-- with the rest being registered in the respective mods
dungeon_loot.registered_loot = {
-- various items
{name = "default:stick", chance = 0.6, count = {3, 6}},