Release 1.10.5.0 - Autumn Update 2025
This commit is contained in:
@@ -425,6 +425,11 @@ namespace Barotrauma
|
||||
{
|
||||
return PropertyMatchesRequirement(targetChar, characterProperty);
|
||||
}
|
||||
else if (targetChar?.AnimController?.SerializableProperties is { } animControllerProperties
|
||||
&& animControllerProperties.TryGetValue(AttributeName, out var animControllerProperty))
|
||||
{
|
||||
return PropertyMatchesRequirement(targetChar.AnimController, animControllerProperty);
|
||||
}
|
||||
return ComparisonOperatorIsNotEquals;
|
||||
case ConditionType.SkillRequirement:
|
||||
if (targetChar != null)
|
||||
|
||||
Reference in New Issue
Block a user