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:
PJB3005
2015-04-08 09:33:08 +02:00
parent 3dbb3692c7
commit c43c5f528b
10 changed files with 436 additions and 1 deletions

View 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)