Uranium is now edible! (#15952)

This commit is contained in:
Tunguso4ka
2023-05-06 10:23:05 +03:00
committed by GitHub
parent a93d70e614
commit ce867724a7
5 changed files with 36 additions and 12 deletions

View File

@@ -53,7 +53,7 @@ namespace Content.Server.Chemistry.EntitySystems
var solRemoved = solution.SplitSolution(component.TransferAmount);
var solRemovedVol = solRemoved.Volume;
var solToInject = solRemoved.SplitSolution(solRemovedVol * component.TransferEfficiency);
_bloodstreamSystem.TryAddToChemicals(target, solToInject, bloodstream);