Forgot to comment out debug text

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@942 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-02-02 19:43:41 +00:00
parent 029c7922d7
commit 47f3766a20

View File

@@ -72,7 +72,7 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
//rod time!
var/obj/immovablerod/immrod = new /obj/immovablerod(start.loc)
world << "Rod in play, starting at [start.loc.x],[start.loc.y] and going to [end.loc.x],[end.loc.y]"
// world << "Rod in play, starting at [start.loc.x],[start.loc.y] and going to [end.loc.x],[end.loc.y]"
while (immrod.loc != end.loc)
step_towards(immrod, end)
/* for(var/turf/T in immrod.loc)