mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 21:42:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user