1.7.5.D1216

This commit is contained in:
A Clark
2012-12-17 13:16:34 -06:00
parent 08793009ae
commit 0faab1b8ff
34 changed files with 641 additions and 469 deletions

View File

@@ -39,11 +39,10 @@ if (_finished) then {
player removeMagazine "ItemBloodbag";
usecTransfuse = [_unit,player];
publicVariable "usecTransfuse";
dayzHumanity = [player,250];
_id = dayzHumanity spawn player_humanityChange;
} else {
r_interrupt = false;
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
};
dayzHumanity = [player,250];
_id = dayzHumanity spawn player_humanityChange;
};