Skip to content

Commit

Permalink
bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainSqrBeard committed Dec 4, 2024
1 parent ffcfb00 commit a4b7611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private void OnMove(EntityUid uid, FootprintVisualizerComponent component, ref M
if (string.IsNullOrWhiteSpace(component.ReagentToTransfer) || solution.Volume >= 1)
return;

_solution.TryAddReagent(footPrintComponent.Solution.Value, component.ReagentToTransfer, 1, out _);
_solution.TryAddReagent(footPrintComponent.Solution.Value, component.ReagentToTransfer, 0.5, out _);
}

private EntityCoordinates CalcCoords(EntityUid uid, FootprintVisualizerComponent component, TransformComponent transform, bool state)
Expand Down

0 comments on commit a4b7611

Please sign in to comment.