Roll back to old dayz_objectUID2

1.8.7 dayz_objectUID2 seems to generate keys that are too long for the
Epoch hive. So, we will keep the old method for now.
This commit is contained in:
ebaydayz
2016-04-13 18:41:36 -04:00
parent 3d4b15517c
commit 577892c40e
6 changed files with 21 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ if (local _animalbody) then {
_animalbody addMagazine _rawfoodtype;
};
if (typeOf _animalbody == "Hen") then {
if (typeOf _animalbody in ["Cock","Hen"]) then {
_amount = (floor (random 4)) + 2;
for "_x" from 1 to _amount do {
_animalbody addMagazine "equip_feathers";