Telesci fix.

Angle offset got added back in, which makes telesci unuseable except for
what I usually use it for.  Which is z-level hopping.
This commit is contained in:
Duck-
2014-08-06 03:23:14 -04:00
parent 8057d4ea6c
commit 27e7fdb924
+1 -1
View File
@@ -309,4 +309,4 @@
teles_left = rand(30, 40)
angle_off = rand(-25, 25)
power_off = rand(-4, 0)
rotation_off = rand(-10, 10)
rotation_off = 0//rand(-10, 10) Renders telesci incalculable.