Configuration Controller (#7857)

This commit is contained in:
Selis
2024-04-05 07:44:20 +02:00
committed by GitHub
parent c542e3bac0
commit e1a987c25c
235 changed files with 3294 additions and 989 deletions
+1 -1
View File
@@ -232,7 +232,7 @@
specific_sanity--
var/orientation
if(chosen_template.fixed_orientation || !config.random_submap_orientation)
if(chosen_template.fixed_orientation || !CONFIG_GET(flag/random_submap_orientation)) // CHOMPEdit
orientation = 0
else
orientation = pick(list(0, 90, 180, 270))