- Launcher checks whether a patch is newer than the current version instead of going through the patches until the current version is found
- CharacterHUD is drawn under crew commander and other UI elements
- All structures other than the command room windows are restored to full health in tutorial
- Longer cooldown for moloch attacks
- AIObjectiveCombat always overrides current order
This commit is contained in:
Regalis
2016-01-23 14:37:00 +02:00
parent c78784068c
commit 7098a9a5e0
17 changed files with 106 additions and 28 deletions
-1
View File
@@ -350,7 +350,6 @@ namespace Barotrauma
}
}
if (Character.Controlled != null && cam!=null) Character.Controlled.DrawHUD(spriteBatch, cam);
if (GameMain.NetworkMember != null) GameMain.NetworkMember.Draw(spriteBatch);
DrawMessages(spriteBatch, (float)deltaTime);