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.

This commit is contained in:
Giacomand
2014-01-06 18:20:59 +00:00
parent dedefdd8ba
commit f0a8e2bc76
-3
View File
@@ -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