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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user