From f0a8e2bc7698b5812f9e8b0fe81cf758e7f2ea96 Mon Sep 17 00:00:00 2001 From: Giacomand Date: Mon, 6 Jan 2014 18:20:59 +0000 Subject: [PATCH] Fixes the disposal outlet runtiming. The removed code, which was causing the runtime, wasn't even doing anything and was just setting "throwing" to 2 for no reason. --- code/game/atoms_movable.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index cf0707a6022..5800f766e5c 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -70,9 +70,6 @@ src.throwing = 1 - if(usr && HULK in usr.mutations) - src.throwing = 2 // really strong throw! - var/dist_x = abs(target.x - src.x) var/dist_y = abs(target.y - src.y) var/dx = (target.x > src.x) ? EAST : WEST