Compare commits

..

1 Commits

Author SHA1 Message Date
06ef5d892b test
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 25s
Create tag and build when new code gets to main / Export (push) Successful in 7m18s
2026-05-17 02:32:06 +02:00

View File

@@ -62,6 +62,7 @@ public partial class ForgeAttributeSet : Node
string name = prop.Name;
if (InitialAttributeValues.TryGetValue(name, out AttributeValues? value))
{
if (value is null) continue; //temp
SetAttributeValue("SetAttributeBaseValue", instance, prop, value.Default);
SetAttributeValue("SetAttributeMinValue", instance, prop, value.Min);
SetAttributeValue("SetAttributeMaxValue", instance, prop, value.Max);