Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06ef5d892b |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user