Removed bandit/hero switching. Combining of Steel Bolts and added reload
anmiation to 4 and 8 pack crossbow bolts after fired and changed to
longer reload time.
This commit is contained in:
A Clark
2012-12-29 02:29:47 -06:00
parent 5208bc9719
commit b289a3b53f
4 changed files with 38 additions and 8 deletions

View File

@@ -72,6 +72,7 @@ while {true} do {
};
};
/*
if (_humanity < -2000 and !_isBandit) then {
_isBandit = true;
_model = typeOf player;
@@ -101,7 +102,8 @@ while {true} do {
[dayz_playerUID,dayz_characterID,"Survivor3_DZ"] spawn player_humanityMorph;
};
};
*/
//Has infection?
if (r_player_infected) then {
[player,"cough",8,false] call dayz_zombieSpeak;
@@ -199,7 +201,7 @@ while {true} do {
};
};
//Record low bloow
//Record low blood
_lowBlood = player getVariable ["USEC_lowBlood", false];
if ((r_player_blood < r_player_bloodTotal) and !_lowBlood) then {
player setVariable["USEC_lowBlood",true,true];