+ tallbird nest

This commit is contained in:
secXsQuared 2018-01-28 00:43:36 -05:00
parent a0afef92e1
commit 5874c69463
4 changed files with 5 additions and 3 deletions

View File

@ -60,6 +60,7 @@ local config_table =
{"rabbithouse","Rabbit Hutch","Event-based"},
{"monkeypods","Splumonkey Pod","Event-based"},
{"slurtlehole", "Slurtle Mound", "Event-based"},
{"tallbirdnest", "Tallbird Nest", "Event-based"},
{"fireflies","Fireflies","Event-based"},
{"tentacle","Tentacle","Event-based"},

View File

@ -77,7 +77,8 @@ local event =
ruins_statue_head = 960,
ruins_statue_head_nogem = 951,
rabbithouse = 951,
slurtlehole = 951
slurtlehole = 951,
tallbirdnest = 960
}
AddComponentPostInit("natural_regrowth", function(component)

View File

@ -15,7 +15,7 @@ return Class(function(self, inst)
--------------------------------------------------------------------------
--[[ Constants ]]
--------------------------------------------------------------------------
local DEBUG = false
local DEBUG = true
local DEBUG_TELE = false
local UPDATE_PERIOD = 9

View File

@ -15,7 +15,7 @@ return Class(function(self, inst)
--------------------------------------------------------------------------
--[[ Constants ]]
--------------------------------------------------------------------------
local DEBUG = false
local DEBUG = true
local DEBUG_TELE = false
local UPDATE_PERIOD = 11
local BASE_RADIUS = 20