From 27e7fdb9240905e67eae4dd74c9d72af40db352d Mon Sep 17 00:00:00 2001 From: Duck- Date: Wed, 6 Aug 2014 03:23:14 -0400 Subject: [PATCH] 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. --- code/modules/telesci/telesci_computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm index 06f968b5..724abc02 100644 --- a/code/modules/telesci/telesci_computer.dm +++ b/code/modules/telesci/telesci_computer.dm @@ -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. \ No newline at end of file