This commit is contained in:
TechDudie 2021-05-03 17:41:25 +00:00
parent e46976d593
commit 9b83127dd9
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ for i=1, 4 do
local height = 0.5
local create, name, longdesc
if i == 1 then
height = 0
create = true
name = "Premature Berry Bush"
longdesc = S("Berry Bushes are bushes which grow on any type of dirt and have 4 stages of growth. They can be harvested at any time but will only yield a profit when in its 3rd or 4th growth stage.")
height = 0
create = true
name = "Premature Berry Bush"
longdesc = S("Berry Bushes are bushes which grow on any type of dirt and have 4 stages of growth. They can be harvested at any time but will only yield a profit when in its 3rd or 4th growth stage.")
else
create = false
end