mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Fix undefined amount when bloodbagging remote player
This commit is contained in:
@@ -45,7 +45,7 @@ if (_finished) then {
|
|||||||
if(_num_removed == 1) then {
|
if(_num_removed == 1) then {
|
||||||
|
|
||||||
/* PVS/PVC - Skaronator */
|
/* PVS/PVC - Skaronator */
|
||||||
PVDZ_send = [_unit,"Transfuse",[_unit,player]];
|
PVDZ_send = [_unit,"Transfuse",[_unit,player,12000]];
|
||||||
publicVariableServer "PVDZ_send";
|
publicVariableServer "PVDZ_send";
|
||||||
|
|
||||||
[player,100] call player_humanityChange;
|
[player,100] call player_humanityChange;
|
||||||
|
|||||||
Reference in New Issue
Block a user