From 183609e9cd1afaaff61b71535c6979fdd132e96f Mon Sep 17 00:00:00 2001 From: Duck- Date: Wed, 6 Aug 2014 03:26:26 -0400 Subject: [PATCH] Actual telesci fix. Woops. Nixed the wrong variable. Successfully negates elevation offset. --- code/modules/telesci/telesci_computer.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)