(6eeea9b7c) v0.9.10.0.0
This commit is contained in:
@@ -95,6 +95,7 @@ namespace Barotrauma.Items.Components
|
||||
{
|
||||
foreach (Limb l in character.AnimController.Limbs)
|
||||
{
|
||||
if (l.IsSevered) { continue; }
|
||||
if (l.type == LimbType.LeftFoot || l.type == LimbType.LeftThigh || l.type == LimbType.LeftLeg) { continue; }
|
||||
if (l.type == LimbType.Head || l.type == LimbType.Torso)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user