Stun syncing bugfix, fixed dead/unconscious characters being unselectable in the info menu, pockets for doctors, fixed tutorial (map generation algorithm changes had made the level unplayable)

This commit is contained in:
Regalis
2016-04-25 19:16:01 +03:00
parent 45e3bed07c
commit 2136641609
10 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ namespace Barotrauma
}
}
public static Mission LoadRandom(Location[] locations, Random rand)
public static Mission LoadRandom(Location[] locations, MTRandom rand)
{
var files = GameMain.SelectedPackage.GetFilesOfType(ContentType.Missions);
string configFile = files[rand.Next(files.Count)];