Merge pull request #1459 from comma/master

Tape fix
This commit is contained in:
Albert Iordache
2012-07-09 21:49:17 -07:00
2 changed files with 1 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
end = get_turf(src) end = get_turf(src)
if(start.y != end.y && start.x != end.x || start.z != end.z) if(start.y != end.y && start.x != end.x || start.z != end.z)
usr << "\blue [src] can only be laid horizontally or vertically." usr << "\blue [src] can only be laid horizontally or vertically."
return
var/turf/cur = start var/turf/cur = start
var/dir var/dir

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB