mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #3082.
This commit is contained in:
@@ -461,6 +461,8 @@ var/list/solars_list = list()
|
|||||||
if(src.trackrate) nexttime = world.time + 6000/trackrate
|
if(src.trackrate) nexttime = world.time + 6000/trackrate
|
||||||
track = text2num(href_list["track"])
|
track = text2num(href_list["track"])
|
||||||
if(powernet && (track == 2))
|
if(powernet && (track == 2))
|
||||||
|
if(!solars_list.Find(src,1,0))
|
||||||
|
solars_list.Add(src)
|
||||||
for(var/obj/machinery/power/tracker/T in get_solars_powernet())
|
for(var/obj/machinery/power/tracker/T in get_solars_powernet())
|
||||||
if(powernet.nodes[T])
|
if(powernet.nodes[T])
|
||||||
cdir = T.sun_angle
|
cdir = T.sun_angle
|
||||||
|
|||||||
Reference in New Issue
Block a user