mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
* Admin "Reload Station" Map Generator - Reloads specified block to roundstart. also buildmode area mapgens have names instead of paths on a list. * clean up + manual sync
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
|
|
//Exists primarily as a test type.
|
|
|
|
/datum/mapGenerator/nature
|
|
modules = list(/datum/mapGeneratorModule/bottomLayer/grassTurfs, \
|
|
/datum/mapGeneratorModule/pineTrees, \
|
|
/datum/mapGeneratorModule/deadTrees, \
|
|
/datum/mapGeneratorModule/randBushes, \
|
|
/datum/mapGeneratorModule/randRocks, \
|
|
/datum/mapGeneratorModule/denseLayer/grassTufts)
|
|
buildmode_name = "Pattern: Nature"
|