Small error in singularity code. Corrected by Barhandar.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@866 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2011-01-16 06:03:10 +00:00
parent cc2a8ce56b
commit b930b5f9c8

View File

@@ -198,7 +198,6 @@ However people seem to like it for some reason.
var/obj/item/clothing/shoes/magboots/M = H.shoes var/obj/item/clothing/shoes/magboots/M = H.shoes
if(M.magpulse) if(M.magpulse)
continue continue
else
step_towards(H,src) step_towards(H,src)
/obj/machinery/the_singularity/proc/move() /obj/machinery/the_singularity/proc/move()