]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
tweak(SolutionTransfer): Raise default max transfer amount. (#29969)
authorBrandon Hu <103440971+Brandon-Huu@users.noreply.github.com>
Mon, 5 Aug 2024 22:59:51 +0000 (22:59 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2024 22:59:51 +0000 (00:59 +0200)
* fix(jugs): Make max and minimum transfer amounts make sense

* fix name

* Better

* Implement bounds checks

* large beaker too

* More logical solution

* Bleh

* remove

* Doesn't make sense yet

WAS MISTAKEN AAAAAAAAAAAAAAD@ @!

Content.Shared/Chemistry/Components/SolutionTransferComponent.cs

index 86d8da9d3d9254973cd33d9199ecc91d6af55f32..2b862a83ac83c354c080cfb271bbeb71058e6fd4 100644 (file)
@@ -29,7 +29,7 @@ public sealed partial class SolutionTransferComponent : Component
     /// </summary>
     [DataField("maxTransferAmount")]
     [ViewVariables(VVAccess.ReadWrite)]
-    public FixedPoint2 MaximumTransferAmount { get; set; } = FixedPoint2.New(50);
+    public FixedPoint2 MaximumTransferAmount { get; set; } = FixedPoint2.New(100);
 
     /// <summary>
     ///     Can this entity take reagent from reagent tanks?