update config comments to be accurate (#18175)

This commit is contained in:
Contrabang
2022-07-03 12:08:35 +01:00
committed by GitHub
parent e3b5527576
commit 41b231a9a0
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
/datum/configuration_section/ruin_configuration
/// Whether to load the lavaland Z-level
var/enable_lavaland = TRUE
/// Enable or disable space ruins
/// Enable or disable all ruins, including lavaland ruins and lavaland tendrils.
var/enable_space_ruins = TRUE
/// Minimum number of extra zlevels to fill with ruins
var/extra_levels_min = 2
+1 -1
View File
@@ -608,7 +608,7 @@ redis_connstring = "redis://127.0.0.1/"
# Whether to load the lavaland Z-level.
enable_lavaland = true
# Globally enable and disable placing of space ruins. Lava ruins will still place.
# Globally enable and disable placing of all ruins, including lavaland ruins and lavaland tendrils.
enable_space_ruins = false
# Minimum number of extra zlevels to generate and fill with ruins
minimum_zlevels = 2