Files
warriorstar-orion 0ffa8303a7 Rename all non-snake_case types. (#27268)
* 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
2024-11-30 19:08:45 +00:00

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)