mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
0.963
+ added more missing weights + added large sandbag with crafting 3 sandbags + 1 wire + potential fix for vehicle detection at seller + fixed mi17 civillian skin and added test for removing gear access + force all spawned objects to exact position
This commit is contained in:
@@ -176,13 +176,12 @@ class Citizen1; // External class reference
|
||||
class Mi17_Civilian;
|
||||
class Mi17_Civilian_DZ: Mi17_Civilian
|
||||
{
|
||||
displayname = "Mi-17 Civilian";
|
||||
displaynameshort = "Mi17_Civilian_DZ";
|
||||
displayname = "Mi-17 (Civilian)";
|
||||
displaynameshort = "Mi-17 (Civ)";
|
||||
scope = 2;
|
||||
side = 2;
|
||||
side = 3;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
hiddenSelections[] = {};
|
||||
class TransportMagazines{};
|
||||
class TransportWeapons{};
|
||||
commanderCanSee = 2+16+32;
|
||||
@@ -191,8 +190,11 @@ class Citizen1; // External class reference
|
||||
transportMaxWeapons = 10;
|
||||
transportMaxMagazines = 50;
|
||||
transportmaxbackpacks = 10;
|
||||
supplyRadius = 0;
|
||||
};
|
||||
|
||||
|
||||
|
||||
class UH1H_base: Helicopter
|
||||
{
|
||||
class Turrets: Turrets
|
||||
|
||||
Reference in New Issue
Block a user