diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-31 12:14:54 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-31 12:14:54 +0100 |
commit | e2226576089cc6605c6f8e8011cf254476f45eee (patch) | |
tree | 30a063943f8869d33059a2c9598c06d2b74a74b7 /init.lua | |
parent | ee35a77ed0221de9ad4261d7e8952b1bcb7af83c (diff) |
added chili peppers and bowl of chili
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |