diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm index 724abc02..36a6a5ec 100644 --- a/code/modules/telesci/telesci_computer.dm +++ b/code/modules/telesci/telesci_computer.dm @@ -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. \ No newline at end of file + rotation_off = rand(-10, 10)