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
@@ -192,8 +192,6 @@ namespace Barotrauma
return;
}
if (TargetDir != dir) Flip();
if (Anim != Animation.UsingConstruction) ResetPullJoints();
if (SimplePhysicsEnabled)
@@ -226,6 +224,7 @@ namespace Barotrauma
break;
}
if (TargetDir != dir) Flip();
foreach (Limb limb in Limbs)
{