cc30c80069
- Inhibit sponge colony growth beyond a maximum size. Players will have to prune colonies (or, smarter yet, split them) to grow more sponges. - Allow sponge colony transplantation. Sponges near the "core" of a colony (i.e. surrounded by more sponges) are more viable and more able to survive the player's crude harvesting.
13 lines
303 B
Lua
13 lines
303 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("node")
|
|
include("abm")
|
|
include("gen")
|
|
include("cultivate")
|
|
include("squeeze")
|