Merge branch 'master' of https://github.com/Regalis11/Barotrauma
This commit is contained in:
@@ -316,7 +316,7 @@ namespace Barotrauma
|
||||
if (Character.AnimController.Limbs.None(l => l.HealthIndex == i))
|
||||
{
|
||||
DebugConsole.AddWarning(
|
||||
$"Potential error in character {Character.DisplayName}: none of the limbs have been set to use the LimbHealth #{i}, and it will do nothing. "
|
||||
$"Potential error in character \"{Character.Prefab.Identifier}\": none of the limbs have been set to use the LimbHealth #{i}, and it will do nothing. "
|
||||
+ "Did you forget to set the HealthIndex values of the limbs?", contentPackage: Character.ContentPackage);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user