add spindlestem to fungiwood caverns too, and increase warren coverage

This commit is contained in:
FaceDeer
2019-08-08 18:20:36 -06:00
parent 4129641bcf
commit a1eb415587
2 changed files with 5 additions and 2 deletions

View File

@ -291,6 +291,7 @@ df_trees.spawn_spindlestem_vm = function(vi, area, data, data_param2, c_cap)
local param2 = math.random(1,4)-1
local i = 0
local top = 0
local index
while i <= stem_height do
index = vi + i * area.ystride
if data[index] == c_air then