1
0
mirror of https://codeberg.org/tenplus1/ambience.git synced 2026-01-12 11:45:25 +01:00

Fixed readme, tweaked jungle detection

This commit is contained in:
TenPlus1
2016-06-06 10:49:50 +01:00
parent 6d553f96e4
commit 7d9aa0cd4b
2 changed files with 10 additions and 10 deletions

View File

@@ -207,14 +207,14 @@ print (
if tod > 0.2
and tod < 0.8 then
if num_jungletree > 100 then
if num_jungletree > 90 then
return {jungle = jungle}
end
return {day = day}
else
if num_jungletree > 100 then
if num_jungletree > 90 then
return {jungle_night = jungle_night}
end