mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Okay
This commit is contained in:
@@ -26,7 +26,7 @@ GLOBAL_LIST_EMPTY(solars_list)
|
||||
var/turn_angle = 0
|
||||
var/obj/machinery/power/solar_control/control = null
|
||||
var/glass_type = /obj/item/stack/material/glass
|
||||
var/max_solar_distance = 40 //VOREStation Addition
|
||||
var/SOLAR_MAX_DIST = 40 //VOREStation Addition
|
||||
|
||||
/obj/machinery/power/solar/drain_power()
|
||||
return -1
|
||||
|
||||
@@ -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/max_solar_distance = 40 //VOREStation Addition
|
||||
var/SOLAR_MAX_DIST = 40 //VOREStation Addition
|
||||
|
||||
|
||||
/obj/machinery/power/tracker/Initialize(mapload, glass_type)
|
||||
|
||||
Reference in New Issue
Block a user