mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 03:36:07 +01:00
Configuration Controller (#7857)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user