Swap bloodbags in traders and loot for classic system

This commit is contained in:
ebaydayz
2016-04-15 16:11:17 -04:00
parent 0b290d8fec
commit 110befba7f
37 changed files with 86 additions and 104 deletions

View File

@@ -27,7 +27,10 @@ Author:
case Loot_MAGAZINE:
{
(_this select 0) addMagazineCargoGlobal [_x select 1, 1];
private "_item";
_item = _x select 1;
if (dayz_classicBloodBagSystem && _item in dayz_typedBags) then {_item = "ItemBloodbag";};
(_this select 0) addMagazineCargoGlobal [_item, 1];
};
case Loot_BACKPACK: