Merge pull request #3360 from Citadel-Station-13/upstream-merge-31602
[MIRROR] Fixes diagonal tunnels
This commit is contained in:
@@ -193,7 +193,7 @@
|
|||||||
|
|
||||||
var/list/L = list(45)
|
var/list/L = list(45)
|
||||||
if(IsOdd(dir2angle(dir))) // We're going at an angle and we want thick angled tunnels.
|
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
|
// Expand the edges of our tunnel
|
||||||
for(var/edge_angle in L)
|
for(var/edge_angle in L)
|
||||||
|
|||||||
Reference in New Issue
Block a user