From 14774dfe3f5af8845bb9676650a3085fdaa5eff6 Mon Sep 17 00:00:00 2001 From: Duane Date: Sun, 24 Jul 2016 22:25:36 -0500 Subject: [PATCH] Adjust onion drops. --- nodes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes.lua b/nodes.lua index fad3ede..4d5bf1b 100644 --- a/nodes.lua +++ b/nodes.lua @@ -365,8 +365,8 @@ for i = 1, 3 do max_items = i, items = { { items = {'fun_caves:onion'}, rarity = 4 - i, }, - { items = {'fun_caves:onion'}, rarity = (4 - i) * 3, }, - { items = {'fun_caves:onion'}, rarity = (4 - i) * 6, }, + { items = {'fun_caves:onion'}, rarity = (4 - i) * 2, }, + { items = {'fun_caves:onion'}, rarity = (4 - i) * 4, }, }, } end