mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-09 09:42:52 +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:
@@ -100,6 +100,12 @@ if (inflamed cursorTarget and _canDo) then {
|
||||
[ ["ItemCopperBar10oz",1] ]
|
||||
];
|
||||
|
||||
_recipe_ItemSandbagLarge = [
|
||||
[ ["ItemSandbagLarge",1] ],
|
||||
[ ["ItemSandbag",3],["ItemWire",1] ]
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ diag_log format["DEBUG Buy: %1", dayzTraderMenuResult];
|
||||
|
||||
_count = 0;
|
||||
if(_type == "CfgVehicles") then {
|
||||
_count = count (position player nearObjects [_name,10]);
|
||||
_count = {_x == _name} count (position player nearObjects [_name,10]);
|
||||
};
|
||||
if(_type == "CfgMagazines") then {
|
||||
_count = {_x == _name} count magazines player;
|
||||
|
||||
Reference in New Issue
Block a user