mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 02:01:22 +00:00
* Grep for proc(var/bad) (#54848) * Grep for proc(var/bad) Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
7 lines
387 B
Plaintext
7 lines
387 B
Plaintext
///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 in initialize.
|
|
/datum/map_generator
|
|
|
|
///This proc will be ran by areas on Initialize, and provides the areas turfs as argument to allow for generation.
|
|
/datum/map_generator/proc/generate_terrain(list/turfs)
|
|
return
|