From e2226576089cc6605c6f8e8011cf254476f45eee Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 31 Aug 2017 12:14:54 +0100 Subject: added chili peppers and bowl of chili --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 6815c8c..d3245e4 100644 --- a/init.lua +++ b/init.lua @@ -592,6 +592,7 @@ farming.rhubarb = true farming.beans = true farming.grapes = true farming.barley = true +farming.chili = true farming.hemp = true farming.donuts = true farming.rarety = 0.006 @@ -641,6 +642,7 @@ if farming.rhubarb then dofile(farming.path.."/rhubarb.lua") end if farming.beans then dofile(farming.path.."/beanpole.lua") end if farming.grapes then dofile(farming.path.."/grapes.lua") end if farming.barley then dofile(farming.path.."/barley.lua") end +if farming.chili then dofile(farming.path.."/chili.lua") end if farming.hemp then dofile(farming.path.."/hemp.lua") end if farming.donuts then dofile(farming.path.."/donut.lua") end -- cgit v1.2.3