mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Merge pull request #1978 from oiad/patch-10
Add extra magazine instead of reloading current one
This commit is contained in:
@@ -17,7 +17,6 @@ _magazines = getArray (configFile >> "cfgWeapons" >> _weapon >> "magazines");
|
|||||||
} count _magazines;
|
} count _magazines;
|
||||||
|
|
||||||
if (_ammo != "") then {
|
if (_ammo != "") then {
|
||||||
_vehicle removeMagazineTurret [_ammo,_turret];
|
|
||||||
_vehicle addMagazineTurret [_ammo,_turret];
|
_vehicle addMagazineTurret [_ammo,_turret];
|
||||||
player removeMagazine _ammo;
|
player removeMagazine _ammo;
|
||||||
format[localize "str_player_ammo_successful",_ammoType] call dayz_rollingMessages;
|
format[localize "str_player_ammo_successful",_ammoType] call dayz_rollingMessages;
|
||||||
|
|||||||
Reference in New Issue
Block a user