Merge pull request #31602 from AnturK/tunnels

Fixes diagonal tunnels
This commit is contained in:
Jordan Brown
2017-10-13 10:13:57 -04:00
committed by CitadelStationBot
parent 692e226d24
commit 9d448fda76
@@ -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)