Janitor QoL (#15626)
This commit is contained in:
@@ -18,7 +18,7 @@ public sealed class AbsorbentComponent : Component
|
||||
/// How much solution we can transfer in one interaction.
|
||||
/// </summary>
|
||||
[DataField("pickupAmount")]
|
||||
public FixedPoint2 PickupAmount = FixedPoint2.New(60);
|
||||
public FixedPoint2 PickupAmount = FixedPoint2.New(100);
|
||||
|
||||
[DataField("pickupSound")]
|
||||
public SoundSpecifier PickupSound = new SoundPathSpecifier("/Audio/Effects/Fluids/watersplash.ogg")
|
||||
|
||||
Reference in New Issue
Block a user