This commit is contained in:
Janet Blackquill
2025-10-08 21:07:04 -04:00
parent 55a1a90a5d
commit f2e0298647
2 changed files with 4 additions and 2 deletions

View File

@@ -125,9 +125,9 @@ public sealed class IVSystem : EntitySystem
if (bloodTransferAmount > 0)
{
solution.SplitSolutionWithOnly(bloodTransferAmount, target.Comp2.BloodReagent);
var taken = solution.SplitSolutionWithOnly(bloodTransferAmount, target.Comp2.BloodReagent);
_bloodstream.TryModifyBloodLevel((target.Owner, target.Comp2), bloodTransferAmount);
_bloodstream.TryModifyBloodLevel((target.Owner, target.Comp2), taken.Volume);
}
if (chemsTransferAmount > 0)

View File

@@ -103,6 +103,8 @@ Entries:
type: Fix
- message: Tourniquets now bruise the target slightly more.
type: Tweak
- message: IV stands no longer turn non-blood reagents into blood
type: Fix
id: 7
time: '2025-10-08T22:00:00.0000000+00:00'
Order: 2