mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-06 00:02:53 +03:00
0.982
+ removed ACR requirement from missions and removed Octavia_ACR from vehicle spawn config.
This commit is contained in:
@@ -591,7 +591,9 @@ class FSM
|
||||
"dayzGearSave = false;" \n
|
||||
"_inventory call player_gearSet;" \n
|
||||
"" \n
|
||||
"//player addMagazine ""7Rnd_45ACP_1911"";" \n
|
||||
"player removeMagazine ""DummyItem"";" \n
|
||||
"" \n
|
||||
"player addMagazine ""DummyItem"";" \n
|
||||
"" \n
|
||||
"//Assess in backpack" \n
|
||||
"if (count _backpack > 0) then {" \n
|
||||
|
||||
@@ -12,7 +12,7 @@ player setVariable ["temperature",dayz_temperatur,true];
|
||||
|
||||
dayz_myLoad = (((count dayz_myBackpackMags) * 0.2) + (count dayz_myBackpackWpns)) + (((count dayz_myMagazines) * 0.1) + (count dayz_myWeapons * 0.5));
|
||||
|
||||
//player addMagazine "Hatchet_swing";
|
||||
//player addMagazine "Hatchet_Swing";
|
||||
//player addWeapon "MeleeHatchet";
|
||||
|
||||
while {true} do {
|
||||
|
||||
Reference in New Issue
Block a user