- multiple submarines can be "merged" into one file (to be used as escape vessels etc)

- WIP docking ports
This commit is contained in:
Regalis
2016-06-26 14:31:00 +03:00
parent 296c5a14ed
commit b04e204dc3
19 changed files with 740 additions and 108 deletions
@@ -103,7 +103,7 @@ namespace Barotrauma
private Vector2 DiffToCurrentNode()
{
if (currentPath == null) return Vector2.Zero;
if (currentPath == null || currentPath.Finished) return Vector2.Zero;
if (currentPath.Finished)
{