Aaron Suen e3337de123 Add "redecorate" cheat to add new flora to maps
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.
2021-07-08 07:23:10 -04:00

13 lines
306 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("rushes")
include("sedges")
include("flowers")
include("cheat")
include("hints")