mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 11:32:20 +00:00
Like seriously, don't use spaces in file names, this is a codebase, they're annoying. Hopefully Github will show these renames correctly.
12 lines
344 B
Plaintext
12 lines
344 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)
|
|
|