More suitable tutorial seed + moloch spawn position, moloch nerf

This commit is contained in:
Regalis
2016-09-29 19:32:14 +03:00
parent 25274dd03f
commit c1cb19b940
4 changed files with 4 additions and 4 deletions

View File

@@ -283,7 +283,7 @@ namespace Barotrauma.Tutorials
infoBox = CreateInfoFrame("Steer the submarine downwards, heading further into the cavern.");
while (Submarine.MainSub.WorldPosition.Y > 24600.0f)
while (Submarine.MainSub.WorldPosition.Y > 31900.0f)
{
yield return CoroutineStatus.Running;
}