Taking structure offset from origin into account when spawning the sub, repairtool automatically targets last section if welding the second-to-last
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Barotrauma
|
||||
wayPoint.MoveWithLevel = true;
|
||||
}
|
||||
|
||||
//startPosition = pathCells[0].Center;
|
||||
startPosition.X = pathCells[0].Center.X;
|
||||
//endPosition = pathCells[pathCells.Count - 1].Center;
|
||||
|
||||
foreach (List<Vector2> tunnel in smallTunnels)
|
||||
|
||||
Reference in New Issue
Block a user