summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-08-31 12:14:54 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-08-31 12:14:54 +0100
commite2226576089cc6605c6f8e8011cf254476f45eee (patch)
tree30a063943f8869d33059a2c9598c06d2b74a74b7 /init.lua
parentee35a77ed0221de9ad4261d7e8952b1bcb7af83c (diff)
added chili peppers and bowl of chili
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
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