v0.19.9.0

This commit is contained in:
Juan Pablo Arce
2022-09-30 12:08:01 -03:00
parent 9ae6e35760
commit d461d504dc
10 changed files with 25 additions and 11 deletions
@@ -3198,6 +3198,7 @@ namespace Barotrauma
}
#endif
item.condition = element.GetAttributeFloat("condition", item.condition);
foreach (XAttribute attribute in (appliedSwap?.ConfigElement ?? element).Attributes())
{
if (!item.SerializableProperties.TryGetValue(attribute.NameAsIdentifier(), out SerializableProperty property)) { continue; }