e3337de123
Admins can fly around, pick spots for new flower/grass fields, and then run this cheat command to spawn a bunch of the new flora in the given area.
13 lines
306 B
Lua
13 lines
306 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("rushes")
|
|
include("sedges")
|
|
include("flowers")
|
|
include("cheat")
|
|
include("hints")
|