Fixed duct bridging

This commit is contained in:
Anuken 2022-02-18 22:19:27 -05:00
parent 3f06a49f79
commit 1a9fe45e8e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 B

After

Width:  |  Height:  |  Size: 887 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -212,7 +212,7 @@ public class Placement{
}
i = j;
continue outer;
}else if(other.placeable(team)){
}else if(placeable.get(other)){
//found a link, assign bridges
cur.block = bridge;
other.block = bridge;