mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-29 15:46:26 +01:00
Actual telesci fix.
Woops. Nixed the wrong variable. Successfully negates elevation offset.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user