mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 17:22:23 +00:00
* refactor: Rename all non-snake_case types (not procs or vars (yet)). * completely dynamic update script * might help to include the data * update aa's scuffed python * oh * set script PR number * run updatepaths again * Add other table updates with JSON columns * bump SQL version * just fucking end my life * move JSON data
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
|
|
//Exists primarily as a test type.
|
|
|
|
/datum/map_generator/nature
|
|
modules = list(/datum/map_generator_module/bottom_layer/grass_turfs, \
|
|
/datum/map_generator_module/pine_trees, \
|
|
/datum/map_generator_module/dead_trees, \
|
|
/datum/map_generator_module/rand_bushes, \
|
|
/datum/map_generator_module/rand_rocks, \
|
|
/datum/map_generator_module/dense_layer/grass_tufts)
|