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()