+ tallbird nest
This commit is contained in:
parent
a0afef92e1
commit
5874c69463
@ -60,6 +60,7 @@ local config_table =
|
|||||||
{"rabbithouse","Rabbit Hutch","Event-based"},
|
{"rabbithouse","Rabbit Hutch","Event-based"},
|
||||||
{"monkeypods","Splumonkey Pod","Event-based"},
|
{"monkeypods","Splumonkey Pod","Event-based"},
|
||||||
{"slurtlehole", "Slurtle Mound", "Event-based"},
|
{"slurtlehole", "Slurtle Mound", "Event-based"},
|
||||||
|
{"tallbirdnest", "Tallbird Nest", "Event-based"},
|
||||||
|
|
||||||
{"fireflies","Fireflies","Event-based"},
|
{"fireflies","Fireflies","Event-based"},
|
||||||
{"tentacle","Tentacle","Event-based"},
|
{"tentacle","Tentacle","Event-based"},
|
||||||
|
@ -77,7 +77,8 @@ local event =
|
|||||||
ruins_statue_head = 960,
|
ruins_statue_head = 960,
|
||||||
ruins_statue_head_nogem = 951,
|
ruins_statue_head_nogem = 951,
|
||||||
rabbithouse = 951,
|
rabbithouse = 951,
|
||||||
slurtlehole = 951
|
slurtlehole = 951,
|
||||||
|
tallbirdnest = 960
|
||||||
}
|
}
|
||||||
|
|
||||||
AddComponentPostInit("natural_regrowth", function(component)
|
AddComponentPostInit("natural_regrowth", function(component)
|
||||||
|
@ -15,7 +15,7 @@ return Class(function(self, inst)
|
|||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
--[[ Constants ]]
|
--[[ Constants ]]
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
local DEBUG = false
|
local DEBUG = true
|
||||||
local DEBUG_TELE = false
|
local DEBUG_TELE = false
|
||||||
|
|
||||||
local UPDATE_PERIOD = 9
|
local UPDATE_PERIOD = 9
|
||||||
|
@ -15,7 +15,7 @@ return Class(function(self, inst)
|
|||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
--[[ Constants ]]
|
--[[ Constants ]]
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
local DEBUG = false
|
local DEBUG = true
|
||||||
local DEBUG_TELE = false
|
local DEBUG_TELE = false
|
||||||
local UPDATE_PERIOD = 11
|
local UPDATE_PERIOD = 11
|
||||||
local BASE_RADIUS = 20
|
local BASE_RADIUS = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user