Make potency visuals 1x scaling by default (#16324)
This commit is contained in:
@@ -4,8 +4,8 @@ namespace Content.Client.Botany.Components;
|
||||
public sealed class PotencyVisualsComponent : Component
|
||||
{
|
||||
[DataField("minimumScale")]
|
||||
public float MinimumScale = 0.5f;
|
||||
public float MinimumScale = 1f;
|
||||
|
||||
[DataField("maximumScale")]
|
||||
public float MaximumScale = 1.5f;
|
||||
public float MaximumScale = 2f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user