mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
de34d57d5b
commit
11b464b585
@ -33,6 +33,6 @@ if ((CBA_missionTime - _lastTime) + _bloodLoss >= 8 + random 2) then {
|
|||||||
];
|
];
|
||||||
_position set [2, 0];
|
_position set [2, 0];
|
||||||
|
|
||||||
private _bloodDrop = ["blooddrop_1", "blooddrop_2", "blooddrop_3", "blooddrop_4"] select floor (_bloodLoss max 3);
|
private _bloodDrop = ["blooddrop_1", "blooddrop_2", "blooddrop_3", "blooddrop_4"] select floor (_bloodLoss min 3);
|
||||||
[_bloodDrop, _position, getDir _unit] call FUNC(createBlood);
|
[_bloodDrop, _position, getDir _unit] call FUNC(createBlood);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user