Thermal artifact, mid-quest message popups, sortmode from immediate to deferred, saving bugfixes

This commit is contained in:
Regalis
2015-11-19 19:21:48 +02:00
parent 9b08201972
commit 35f05376b0
21 changed files with 155 additions and 56 deletions

View File

@@ -308,8 +308,7 @@ namespace Barotrauma
DebugConsole.ThrowError("Illegal symbols in filename (../)");
return;
}
Submarine.SaveCurrent(fileName +".sub");
NewMessage("map saved", Color.Green);
if (Submarine.SaveCurrent(fileName +".sub")) NewMessage("map saved", Color.Green);
break;
case "loadmap":
case "loadsub":