Merge pull request #3360 from Citadel-Station-13/upstream-merge-31602

[MIRROR] Fixes diagonal tunnels
This commit is contained in:
LetterJay
2017-10-13 11:24:26 -04:00
committed by GitHub

View File

@@ -193,7 +193,7 @@
var/list/L = list(45)
if(IsOdd(dir2angle(dir))) // We're going at an angle and we want thick angled tunnels.
L -= 45
L += -45
// Expand the edges of our tunnel
for(var/edge_angle in L)