mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
Fix distant solar trackers not finding their controller (#8167)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
var/id = 0
|
||||
var/sun_angle = 0 // sun angle as set by sun datum
|
||||
var/obj/machinery/power/solar_control/control = null
|
||||
var/SOLAR_MAX_DIST = 40 //VOREStation Addition
|
||||
var/SOLAR_MAX_DIST = 60 //VOREStation Addition //ChompEDIT - ours are >40 away
|
||||
|
||||
|
||||
/obj/machinery/power/tracker/Initialize(mapload, glass_type)
|
||||
|
||||
Reference in New Issue
Block a user