Characters can't hold things in severed hands, limb bodies are re-enabled when reviving a character. Closes #529
This commit is contained in:
@@ -2022,6 +2022,7 @@ namespace Barotrauma
|
||||
|
||||
foreach (Limb limb in AnimController.Limbs)
|
||||
{
|
||||
limb.body.Enabled = true;
|
||||
limb.IsSevered = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user