mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
v0.5
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:
@@ -43,6 +43,14 @@ if (_ammo isKindOf "SmokeShell") then {
|
||||
//Check if need to place arrow
|
||||
if (_ammo isKindOf "Bolt") then {
|
||||
_id = _this spawn player_crossbowBolt;
|
||||
|
||||
// Reload animation if more that 1 in mag/pack
|
||||
_count = player ammo _weapon;
|
||||
if(_count >= 1) then {
|
||||
_unit playActionNow "reloadMagazine";
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
if (_ammo isKindOf "GrenadeHand") then {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user