Actual telesci fix.

Woops.  Nixed the wrong variable.  Successfully negates elevation
offset.
This commit is contained in:
Duck-
2014-08-06 03:26:26 -04:00
parent 27e7fdb924
commit 183609e9cd
+2 -2
View File
@@ -307,6 +307,6 @@
/obj/machinery/computer/telescience/proc/recalibrate()
teles_left = rand(30, 40)
angle_off = rand(-25, 25)
angle_off = 0//rand(-25, 25)
power_off = rand(-4, 0)
rotation_off = 0//rand(-10, 10) Renders telesci incalculable.
rotation_off = rand(-10, 10)