Skip to content

Commit

Permalink
Throw_DZ
Browse files Browse the repository at this point in the history
  • Loading branch information
AsFoxy committed Dec 17, 2015
1 parent de99b6a commit 47fb212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion SQF/dayz_code/compile/keyboard.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (isNil "keyboard_keys") then {
};
} forEach getArray(configFile >> "cfgWeapons" >> _weapon >> _muzz >> "magazines");
} forEach _muzzles;
} forEach [ "Throw", "Throw_DZ" ];
} forEach [ "Throw"];

_magCount = count _ammo_throwable;
if (_magCount > 0) then {
Expand Down
1 change: 0 additions & 1 deletion SQF/dayz_code/compile/player_humanityMorph.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ eh_player_killed = player addeventhandler ["FiredNear",{_this call player_weapon
player allowDamage true;

player addWeapon "Loot";
player addWeapon "Throw_DZ";

sleep 0.1;
//melee check
Expand Down

0 comments on commit 47fb212

Please sign in to comment.