mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Ports the procedural map generator from /tg/.
https://github.com/tgstation/-tg-station/pull/7751 Permission to port this at the bottom of the comments. All Credit goes to @RemieRichards for making this.
This commit is contained in:
10
code/modules/procedural mapping/mapGenerators/nature.dm
Normal file
10
code/modules/procedural mapping/mapGenerators/nature.dm
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
//Exists primarily as a test type.
|
||||
|
||||
/datum/mapGenerator/nature
|
||||
modules = list(/datum/mapGeneratorModule/pineTrees, \
|
||||
/datum/mapGeneratorModule/deadTrees, \
|
||||
/datum/mapGeneratorModule/randBushes, \
|
||||
/datum/mapGeneratorModule/randRocks, \
|
||||
/datum/mapGeneratorModule/bottomLayer/grassTurfs, \
|
||||
/datum/mapGeneratorModule/denseLayer/grassTufts)
|
||||
Reference in New Issue
Block a user