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:
baloh.matevz
2011-07-21 17:10:01 +00:00
parent 1fa9d1806e
commit a7290faeae
7 changed files with 235 additions and 118 deletions
+1 -9
View File
@@ -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