42 lines
562 B
Lua
42 lines
562 B
Lua
|
-- LUALOCALS < ---------------------------------------------------------
|
||
|
local include, nodecore
|
||
|
= include, nodecore
|
||
|
-- LUALOCALS > ---------------------------------------------------------
|
||
|
|
||
|
include("oceanfix")
|
||
|
|
||
|
--<>--
|
||
|
|
||
|
include("corals")
|
||
|
|
||
|
include("anemones")
|
||
|
|
||
|
include("urchins")
|
||
|
|
||
|
--include("mussels")
|
||
|
|
||
|
--include("seastars")
|
||
|
|
||
|
include("seajellies")
|
||
|
|
||
|
--include("bobbits")
|
||
|
|
||
|
--<>--
|
||
|
|
||
|
include("kelp")
|
||
|
|
||
|
--<>--
|
||
|
|
||
|
include("sessile")
|
||
|
|
||
|
include("drifting")
|
||
|
|
||
|
--<>--
|
||
|
|
||
|
include("cultivate_coral")
|
||
|
|
||
|
--include("cultivate_kelp")
|
||
|
|
||
|
--<>--
|
||
|
|