mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
11 lines
343 B
Plaintext
11 lines
343 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)
|