v0.3.5.1:

- fixed UI controls not working in launcher
- fixed battery cells not reloading inside batteries
- moloch spawns earlier in tutorial
- fixed wrong updaterversion in launcher (caused the launcher to always show a warning)
This commit is contained in:
Regalis
2016-03-14 18:33:35 +02:00
parent 5120812adf
commit 3402dad741
12 changed files with 46 additions and 16 deletions

View File

@@ -276,7 +276,7 @@ namespace Barotrauma.Tutorials
infoBox = CreateInfoFrame("Steer the submarine downwards, heading further into the cavern.");
while (Submarine.Loaded.WorldPosition.Y > 25000.0f)
while (Submarine.Loaded.WorldPosition.Y > 29000.0f)
{
yield return CoroutineStatus.Running;
}
@@ -381,7 +381,7 @@ namespace Barotrauma.Tutorials
if (!divingMaskSelected &&
Character.Controlled.ClosestItem != null && Character.Controlled.ClosestItem.Name == "Diving Suit")
{
infoBox = CreateInfoFrame("The can only be one item in each inventory slot, so you need to take off "
infoBox = CreateInfoFrame("There can only be one item in each inventory slot, so you need to take off "
+"the jumpsuit if you wish to wear a diving suit.");
divingMaskSelected = true;