/datum/map_generator
This type is responsible for any map generation behavior that is done in areas, override this to allow for area-specific map generation. This generation is ran by areas on world/proc/init().
Procs | |
generate_terrain | This proc will be ran by areas on world/proc/init(), and provides the areas turfs as argument to allow for generation. |
---|
Proc Details
generate_terrain
This proc will be ran by areas on world/proc/init(), and provides the areas turfs as argument to allow for generation.