mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
moved backpacks to own loot table some balanceing
This commit is contained in:
@@ -26,9 +26,11 @@ switch (_iClass) do
|
||||
};
|
||||
case "weapon":
|
||||
{
|
||||
//Item is a weapon, and spawns no mags
|
||||
//do nothing for now
|
||||
/*
|
||||
_item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
|
||||
_item addWeaponCargoGlobal [_iItem,1];
|
||||
*/
|
||||
};
|
||||
case "magazine":
|
||||
{
|
||||
@@ -36,6 +38,15 @@ switch (_iClass) do
|
||||
_item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
|
||||
_item addMagazineCargoGlobal [_iItem,1];
|
||||
};
|
||||
|
||||
case "weaponnomags":
|
||||
{
|
||||
//do nothing for now
|
||||
};
|
||||
case "backpack":
|
||||
{
|
||||
//do nothing for now
|
||||
};
|
||||
case "object":
|
||||
{
|
||||
//do nothing for now
|
||||
|
||||
Reference in New Issue
Block a user