mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
fea2326488
commit
7bccf2f6be
@ -68,7 +68,7 @@ if (_show) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
private _totalIvVolume = 0;
|
private _totalIvVolume = 0;
|
||||||
private _bloodBags = _unit getVariable [QGVAR(ivBags), []];
|
private _bloodBags = _target getVariable [QGVAR(ivBags), []];
|
||||||
{
|
{
|
||||||
_x params ["_bagVolumeRemaining"];
|
_x params ["_bagVolumeRemaining"];
|
||||||
_totalIvVolume = _totalIvVolume + _bagVolumeRemaining;
|
_totalIvVolume = _totalIvVolume + _bagVolumeRemaining;
|
||||||
|
Loading…
Reference in New Issue
Block a user