Fixed tape quirks

Sprites having non-transparent background and tape being placed 'diagonaly' even though user gets message that it could not be
This commit is contained in:
unknown
2012-07-09 20:03:29 +03:00
parent 9f7c037d3f
commit a491ca0883
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
end = get_turf(src)
if(start.y != end.y && start.x != end.x || start.z != end.z)
usr << "\blue [src] can only be laid horizontally or vertically."
return
var/turf/cur = start
var/dir