Custom solution transfer volume popup and item status panel fix (#29852)
* Fix for custom solution transfer volume * Dirty call to prevent issues * Another fix, git issue --------- Co-authored-by: Winkarst-cpu <Winkarst@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Chemistry.Components;
|
||||
/// <summary>
|
||||
/// Gives click behavior for transferring to/from other reagent containers.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class SolutionTransferComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
@@ -14,6 +14,7 @@ public sealed partial class SolutionTransferComponent : Component
|
||||
/// </summary>
|
||||
[DataField("transferAmount")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[AutoNetworkedField]
|
||||
public FixedPoint2 TransferAmount { get; set; } = FixedPoint2.New(5);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user