Skip to content

Commit

Permalink
Comment accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Jun 17, 2024
1 parent 7e945d3 commit 666fd57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Content.Server/Body/Components/MetabolizerComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ public sealed partial class MetabolizerComponent : Component
/// Used to nerf 'stacked poisons' where having 5+ different poisons in a syringe, even at low
/// quantity, would be muuuuch better than just one poison acting.
/// </summary>
/// <remarks>
/// Frontier: only poisons count towards MaxReagentsProcessable.
/// </remarks>
[DataField("maxReagents")]
public int MaxReagentsProcessable = 3;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public Solution SplitSolutionPerReagent(Entity<SolutionComponent> soln, FixedPoi
/// <param name="soln">The container to split the solution from.</param>
/// <param name="quantity">The amount of each reagent to split.</param>
/// <param name="reagents">The list of reagents to split a fixed amount of, if present.</param>
/// <returns></returns>
/// <returns>The solution that was removed.</returns>
public Solution SplitSolutionPerReagentWithOnly(Entity<SolutionComponent> soln, FixedPoint2 quantity, params string[] reagents)
{
var (uid, comp) = soln;
Expand Down

0 comments on commit 666fd57

Please sign in to comment.