From b930b5f9c85e925e5053ecd2f75f4d8d96183003 Mon Sep 17 00:00:00 2001 From: crazyclonetheninja Date: Sun, 16 Jan 2011 06:03:10 +0000 Subject: [PATCH] Small error in singularity code. Corrected by Barhandar. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@866 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/singularity.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/singularity.dm b/code/game/machinery/singularity.dm index 0ae9b99d3b..2c0c2ab426 100644 --- a/code/game/machinery/singularity.dm +++ b/code/game/machinery/singularity.dm @@ -198,7 +198,6 @@ However people seem to like it for some reason. var/obj/item/clothing/shoes/magboots/M = H.shoes if(M.magpulse) continue - else step_towards(H,src) /obj/machinery/the_singularity/proc/move()