Release 1.11.5.0 - Winter Update 2025 Hotfix 1

This commit is contained in:
Regalis11
2025-12-18 12:26:30 +02:00
parent b6c3724bf8
commit 4dc0ce9a2f
13 changed files with 46 additions and 23 deletions
@@ -311,7 +311,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);
}
}