mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Completely reverted r1897 due to loss of interest in updating solars. Better to have the old set back than a half-finished set after all. (Only kept the space suit select equipment thing.)
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1901 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
//Machine that tracks the sun and reports it's direction to the solar controllers
|
||||
//As long as this is working, solar panels on same powernet will track automatically
|
||||
|
||||
|
||||
|
||||
/obj/machinery/power/tracker
|
||||
name = "solar tracker"
|
||||
desc = "A solar directional tracker."
|
||||
@@ -17,8 +15,6 @@
|
||||
var/sun_angle = 0 // sun angle as set by sun datum
|
||||
|
||||
|
||||
/*
|
||||
|
||||
// called by datum/sun/calc_position() as sun's angle changes
|
||||
proc/set_angle(var/angle)
|
||||
sun_angle = angle
|
||||
@@ -38,8 +34,6 @@
|
||||
C.tracker_update(angle)
|
||||
|
||||
|
||||
|
||||
|
||||
// timed process
|
||||
// make sure we can draw power from the powernet
|
||||
process()
|
||||
@@ -53,6 +47,4 @@
|
||||
|
||||
// override power change to do nothing since we don't care about area power
|
||||
power_change()
|
||||
return
|
||||
|
||||
*/
|
||||
return
|
||||
Reference in New Issue
Block a user