mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Configuration Controller (#7857)
This commit is contained in:
@@ -299,7 +299,7 @@ GLOBAL_LIST_EMPTY(solars_list)
|
||||
|
||||
/obj/machinery/power/solar_control/proc/auto_start(forced = FALSE)
|
||||
// Automatically sets the solars, if allowed.
|
||||
if(forced || auto_start == SOLAR_AUTO_START_YES || (auto_start == SOLAR_AUTO_START_CONFIG && config.autostart_solars) )
|
||||
if(forced || auto_start == SOLAR_AUTO_START_YES || (auto_start == SOLAR_AUTO_START_CONFIG && CONFIG_GET(flag/autostart_solars))) // CHOMPEdit
|
||||
track = 2 // Auto tracking mode.
|
||||
search_for_connected()
|
||||
if(connected_tracker)
|
||||
|
||||
Reference in New Issue
Block a user