This commit is contained in:
silicons
2020-12-26 20:41:21 -08:00
parent 3228435237
commit dafc6bf89f
5 changed files with 29 additions and 6 deletions

View File

@@ -566,3 +566,16 @@
config_entry_value = 0.333
min_val = 0
integer = FALSE
/// Amount of dirtyness tiles need to spawn dirt.
/datum/config_entry/number/turf_dirt_threshold
config_entry_value = 100
min_value = 1
integer = TRUE
/// Alpha dirt starts at
/datum/config_entry/number/dirt_alpha_starting
config_entry_value = 127
max_val = 255
min_val = 0
integer = TRUE