Solar fixes

This commit is contained in:
ZomgPonies
2014-04-27 17:39:56 -04:00
parent 25084e1c33
commit 1ebe9f34e9
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -61,7 +61,8 @@
// Solar Control
else if(istype(M, /obj/machinery/power/solar_control))
var/obj/machinery/power/solar_control/C = M
C.tracker_update() //update manual tracker
if(C.track == 1) //if manual tracking...
C.tracker_update() //...update the position (not passing an angle, it is handled internally for manual tracking)
// Solar Panel
else if(istype(M, /obj/machinery/power/solar))